{"id":20042469,"url":"https://github.com/pods-framework/pods-jobs-queue","last_synced_at":"2026-01-10T10:34:55.392Z","repository":{"id":17936900,"uuid":"20913123","full_name":"pods-framework/pods-jobs-queue","owner":"pods-framework","description":"Queue callbacks to be ran with arguments, unlike wp_cron which is scheduled jobs, these are queued and run concurrently as needed","archived":true,"fork":false,"pushed_at":"2021-03-04T04:14:44.000Z","size":30,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-17T04:43:16.518Z","etag":null,"topics":["pods","pods-addon","task-queue","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pods-framework.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-17T06:47:42.000Z","updated_at":"2024-10-09T23:04:15.000Z","dependencies_parsed_at":"2022-07-26T19:49:16.242Z","dependency_job_id":null,"html_url":"https://github.com/pods-framework/pods-jobs-queue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pods-framework%2Fpods-jobs-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pods-framework%2Fpods-jobs-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pods-framework%2Fpods-jobs-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pods-framework%2Fpods-jobs-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pods-framework","download_url":"https://codeload.github.com/pods-framework/pods-jobs-queue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252466892,"owners_count":21752456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pods","pods-addon","task-queue","wordpress-plugin"],"created_at":"2024-11-13T10:51:48.356Z","updated_at":"2026-01-10T10:34:55.333Z","avatar_url":"https://github.com/pods-framework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Pods Jobs Queue ===\nContributors: sc0ttkclark\nDonate link: https://friends.pods.io/\nTags: pods, queued jobs, cronjobs\nRequires at least: 4.9\nTested up to: 5.7\nStable tag: 0.1.7\nRequires PHP: 5.6\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\n**Requires PHP 5.6+, WordPress 4.9+, and Pods Framework 2.7+**\n\nQueue callbacks to be ran with arguments, unlike wp_cron which is scheduled jobs, these are queued and run concurrently as needed.\n\n== Usage ==\n\nYou can queue jobs to be run by calling:\n\n`pods_queue_job( $data );`\n\nSet your `$data` to an array of information that the job will use when it runs:\n\n`\n$data = [\n\t/*\n\t * The function to callback when running the job.\n\t *\n\t * Don't pass things like [ $this, 'some_method' ], use a string like: 'SomeClass::some_method' instead.\n\t */\n\t'callback'  =\u003e 'your_function',\n\n\t/*\n\t * Whatever data you want to pass to the job to run. This is optional but you can set it to an array of data to pass through.\n\t *\n\t * If this is provided as an array, the job will be run using: call_user_func_array( $callback, $args ).\n\t *\n\t * If this is empty, the job will be run using: call_user_func( $callback ).\n\t *\n\t * It will be serialized if necessary.\n\t */\n\t'arguments' =\u003e [\n\t\t'argument1' =\u003e 'Some value',\n\t],\n\n\t/*\n\t * The blog ID the job should run on (for multisite support). This defaults to the current blog ID or 0.\n\t */\n\t'blog_id'   =\u003e 1234,\n\n\t/*\n\t * Specify a group for your job so you can categorize it if you've got lots of different jobs doing different segments of things.\n\t */\n\t'group'     =\u003e 'my-job-group',\n\n\t/*\n\t * Override the current status, this is will default to 'queued' so you never really have to set this.\n\t */\n\t'status'    =\u003e 'queued',\n];\n`\n\n== Installation ==\n\n1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/` folder locally\n1. Upload to your site\n1. Navigate to `wp-admin/plugins.php` on your site (your WP Admin plugin page)\n1. Activate this plugin\n\nOR you can just install it with WordPress by going to Plugins \u003e\u003e Add New \u003e\u003e and type this plugin's name\n\n== Contributors ==\n\nCheck out our GitHub for a list of contributors, or search our GitHub issues to see everyone involved in adding features, fixing bugs, or reporting issues/testing.\n\n[github.com/pods-framework/pods-jobs-queue/graphs/contributors](https://github.com/pods-framework/pods-jobs-queue/graphs/contributors)\n\n\n== Changelog ==\n\nN/A\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpods-framework%2Fpods-jobs-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpods-framework%2Fpods-jobs-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpods-framework%2Fpods-jobs-queue/lists"}