incodehq / incode-platform

Combines incode.org modules and isisaddons.org into a single set of modules.
http://platform.incode.org
Apache License 2.0
8 stars 9 forks source link

Presence of replay module prevents background commands from being executed. #79

Closed danhaywood closed 6 years ago

danhaywood commented 6 years ago

... because the CommandExecutorServiceWithTime (that decorates CommandExecutorServiceDefault) it expects the TickingClockService to have been initialized.

Instead, should just fallback to a no-op passthru.