-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Slight refactor for readability * Refactor to queue model * Use the query builder internally * WIP * Add phpstan typings * Continued work * Starting out on count() * Adding query builder count() method * Todo for tomorrow * Set the meta when creating the job * Improving the logic * Wrapping up until tmw * Continued work * Use the date query builder to get the proper queue items * Adjust cron logic to properly scale up to meet demand of the queue * Adding tests for cron queue * Linting fixes * Wrapping up fixes for queue * Raise memory limit, skip queue tests on 8.0 * Prevent queue service provider on 8.1 * Remove bogus version * Fixing tests * Remove bogus return * Add a log of queue job events * Filling in the queue log * Adding a database collection and passing along the found_rows to the collection * Allow the value to be passed * Queue UI (#458) * Continued work on queue UI= * Wrapping up the core of the queue UI * Working table for queue UI * Adding counts to the queue * Switch to use wp_count_posts for performance * Style the row table * Adding single view for queue job * Adding queue UI with fixes for retrying * Preserve queue job items and cleanup after some time (#472) * Continued work on queue UI= * Wrapping up the core of the queue UI * Working table for queue UI * Adding counts to the queue * Switch to use wp_count_posts for performance * Style the row table * Adding single view for queue job * Adding queue UI with fixes for retrying * Serialize enums when asserting against them * Keep queue job around after it is complete for logging * Fixing tests and adjusting comment * Fixing linting * Stubbing the cleanup command * Cleanup the processed/failed jobs after some time * Fixing phpcs issue * Remove checks for <8.1 now that were on PHP 8.1+ always * [1.x] Allow queue jobs to be run in-admin, allow delays for closure jobs (#481) * Add support for displaying completed queue job status * Allow a closure job to be delayed * Allow queue jobs to be run in-admin, allow closure jobs to be delayed * Add a back link on the queue job page * Cleanup running jobs with the cleanup command * Remove the superfluous take()
- Loading branch information
Showing
41 changed files
with
2,194 additions
and
495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.