Commit Graph

8 Commits (7059f3c44cd11f9c621de50b817f7a63a23f615f)

Author SHA1 Message Date
Rick Carlino 7059f3c44c FAILING: Verify mocks on exit. 2020-01-25 11:48:52 -06:00
Rick Carlino fc353c64d5 Formatting updates 2020-01-23 16:40:19 -06:00
Rick Carlino ce4d3f1688 WIP: Fix FarmbotCeleryScriptTest 2020-01-23 16:21:09 -06:00
Rick Carlino d6ab57425b TODO: Fix FarmbotCeleryScript.SchedulerTest 2020-01-23 15:37:09 -06:00
Rick Carlino c9206ab484 TODO: Fix FarmbotCeleryScript.SysCallsTest. 47 tests, 16 failures 2020-01-22 19:56:29 -06:00
Rick Carlino 2f7685c077 Update FarmbotCeleryScriptTest to use Mimic 2020-01-22 17:07:22 -06:00
Rick Carlino 5722bea421 Huge formatting update (sorry) 2020-01-17 09:58:53 -06:00
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