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
chore(ui): added autoprefixer back (#1349)
chore(ui): added autoprefixer back, fixed issue with workflow extra step loading
Signed-off-by: Nat Hamilton <info@nathamilton.com>
fix: Do not terminate CronTicker abruptly while parent workflow closes (
#1343)
* fix: Do not terminate CronTicker abruptly while parent workflow closes
The default parent close policy is to terminate. In case of Emitter and
CronTicker, this will abruptly terminate the CronTicker, in the worst case
causing a signal to be written to DB, but not enqueued.
This kind of signal can block an entire emitter, as we wait for the previous
Signal to start before enqueuing a new one.
Signed-off-by: Prem Saraswat <prem@nuon.co>
* fix: reduce jitter window for cron emitter (#1342)
cron emitters are triggered every min, having one min jitter window
gives time to recover the run itself
---------
Signed-off-by: Prem Saraswat <prem@nuon.co>
Co-authored-by: Somesh Koli <somesh@nuon.co>