- 14 Dec, 2016 6 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Fixes #56
-
Erick Hitter authored
As a result, Internal Events were subject to the queue limit, when they shouldn't have been. Explains why the force-publishing failed for at least one beta tester.
-
- 13 Dec, 2016 9 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
If an event has no callbacks hooked to its action, skip it
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Filter is available to bypass this
-
Erick Hitter authored
Fix timeouts on event-level locking
-
Erick Hitter authored
Setting one in minutes and the rest in seconds is just going to cause issues, such as in f21fdc8d.
-
Erick Hitter authored
-
- 12 Dec, 2016 1 commit
-
-
Erick Hitter authored
Add event-level locking
-
- 10 Dec, 2016 18 commits
-
-
Erick Hitter authored
Remove legacy scheduled event cleanup
-
Erick Hitter authored
Any sites running the plugin would be cleaned up by now, making this cruft. Fixes #62
-
Erick Hitter authored
Miscellaneous and trivial CLI improvements
-
Erick Hitter authored
Corrects a bug introduced in ad4a5420 Fixes #67
-
Erick Hitter authored
Fixes #40
-
Erick Hitter authored
-
Erick Hitter authored
Fixes #47
-
Erick Hitter authored
Also stops the command from displaying an empty table if there are no events for the page Fixes #67
-
Erick Hitter authored
Reduce number of posts processed by each run of our Internal Events
-
Erick Hitter authored
The events run frequently enough that smaller batches are fine. Will also reduce load from these events until #63 is addressed.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Will allow the locks for one-off events to naturally expire, while also guarding against long-running events that die before freeing their locks
-
Erick Hitter authored
-
Erick Hitter authored
Just like Internal Jobs, they shouldn't bother the lock status
-
Erick Hitter authored
-
- 08 Dec, 2016 6 commits
-
-
Erick Hitter authored
Update job that cleans up unneeded data, adding coverage for a transient we don't use
-
Erick Hitter authored
Fixes #50
-
Erick Hitter authored
CLI commands to delete or run events, and deal with locks
-
Erick Hitter authored
Provide relative run-time when running an event prematurely
-
Erick Hitter authored
-
Erick Hitter authored
Introduce command to run an event on demand
-