You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated this handy app into my project because I'm interested in trigger delayed actions. Fot this I have created a no proxy model with the needed fields and all the business actions located in the _process() model function.
But I have some doubts:
How can start delayed created triggers?
I need some additional configuration or configure a Celery Django app?
I have seen in djtriggers app that exists a function called process_triggers() that can invoke all active triggers synchronously or in a Celery task. It's needed to program a scheduler with Celery to invoke this function periodically?
An example of my delayed trigger object creation at this moment:
Hi!
I have integrated this handy app into my project because I'm interested in trigger delayed actions. Fot this I have created a no proxy model with the needed fields and all the business actions located in the _process() model function.
But I have some doubts:
An example of my delayed trigger object creation at this moment:
I will be very grateful for the help.
Thanks for all!
The text was updated successfully, but these errors were encountered: