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
When saving any handler or function, mark if it does anything (if everything it calls is non-side-effecting).
This should be saved in the toplevel_oplist table. When loading crons and workers, don't do anything if it's impure. Perhaps they shouldn't be emit (unless it's paused) or else they shouldn't run if they're ready to load.
The text was updated successfully, but these errors were encountered:
When saving any handler or function, mark if it does anything (if everything it calls is non-side-effecting).
This should be saved in the toplevel_oplist table. When loading crons and workers, don't do anything if it's impure. Perhaps they shouldn't be emit (unless it's paused) or else they shouldn't run if they're ready to load.
The text was updated successfully, but these errors were encountered: