Skip to content

[core] Include periodic intentions

This PR includes the possibility to run intentions in a periodic way. You can create a ScheduledIntention with the target model and the required arguments. Workers will check if there is an intention available to being created. If so, it will create the intention and the same or other worker will run the intention.

Related to cauldron#719 (closed)

Edited by Jose Javier Merchante

Merge request reports