#should I have my scheduled tasks inside a module ?
3 messages · Page 1 of 1 (latest)
Not necessarily then they are choices, you can also create a tasks module that within it calls the user service, updating users.
If the service is request scoped, you should create a separate module for background tasks otherwise, it is OK to keep them within those services.
#697564623208972359 message