Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do events need to run in the background?
I thought that I'd suggest this change to open discussion about how this currently runs. It's being raised because we noticed that a scheduled task wasn't being run. It was only after we added before and after functions for logging that it started to work. When digging into it we see that it's run in a different way when before or after functions are present. For consistency, could all scheduled tasks be run using the open_proc method rather than exec? Alternatively, should an explicit "runInBackground" flag be made available?
- Loading branch information