Skip to content

Instantly share code, notes, and snippets.

@indrekots
Created October 21, 2013 08:23
Show Gist options
  • Save indrekots/7080393 to your computer and use it in GitHub Desktop.
Save indrekots/7080393 to your computer and use it in GitHub Desktop.
Enqueueing a job with Resque and PHP
<?php
Resque::enqueue("default", 'application\models\jobs\TestJob', array("arg1" => "myArg1");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment