farmbot_os/test/support
Connor Rigby e6b29ea559
Refactor CeleryScript execution
* FarmEvents now schedule all events up front
  * Executions are stored in the database
* Regimens now schedule all items up front
  * Executions are stored in the database
* fix Deleting a FarmEvent with a running RegimenInstance
* `execute`int and `schedule`ing a CeleryScript are not separate things
* Everywhere `scheduling` and `executing` CeleryScript updated to use
the new API
2019-09-13 16:03:23 -07:00
..
celery_script Refactor CeleryScript execution 2019-09-13 16:03:23 -07:00
asset_fixtures.ex Refactor CeleryScript execution 2019-09-13 16:03:23 -07:00
test_support.ex PersistentRegimen => RegimenInstance 2019-09-13 16:03:17 -07:00