mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-22 16:01:17 +00:00
e41b4297ea
This commit connects the new websocket based suspension feed up to shaping.lua. This allows ready-q suspensions to be enacted in realtime, as well as sets things up to support scheduled queue suspensions in a later commit. refs: https://github.com/KumoCorp/kumomta/issues/113
229 B
229 B
kumo.sleep(SECONDS)
{{since('dev')}}
Sleeps the current task for the specified number of seconds. The value can be either an integer or a floating point value, the latter can be used to specify fractional duration values.