WP-Minions icon indicating copy to clipboard operation
WP-Minions copied to clipboard

ARCHIVED: Job Queue for WordPress

Results 11 WP-Minions issues
Sort by recently updated
recently updated
newest added

### Description of the Change When you have multiple actions taking place on the wp hook shutdown, you want to be able to postpone the shutdown of the Connection to...

#46 class not loading issues ### Description of the Change Need to add this wp_minions_autoloader() function.

bug

This is something I've wanted for a while, after a conversation about setting up an EC2 box to run Gearman on an AWS-hosted project.

I've added a basic SQS integration, following the Rabbitmq example. It requires defining an `$aws_credentials` array having this format: ``` global $aws_credentials; $aws_credentials = array( 'region' => 'us-east-1', 'version' =>...

Although this is likely an edge case I think this simple alteration opens up a lot of possibilities for developers. Using the changes here and a very simple test script...

**Is your enhancement related to a problem? Please describe.** Once WordPress 5.9 is released, we'll want to test WP Minions to see if any incompatibility issues arise. **Describe the solution...

help wanted
documentation
good first issue

### Description of the Change This change adds the 2.x branch to the versions that will satisfy the composer installers dependency. [wpackagist](https://wpackagist.org) already does this. Currently this plugin is blocking...

This is the third time I have set up WP Minions, normally no problem, but this time I'm having major issues :( First up, server: - Centos: 7 - PHP:...

type:question

Hi guys I'm building out a WordPress based app at the moment. We have full control over the server stack, so we could easily implement this instead of WP Background...

question

In some situations, the actual gearman server/queue may be on a different server than the worker or client we are trying to test. Should possibly allow passing alternate host for...

enhancement