Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 19:11
Show Gist options
  • Save bleonard/2f70362fa94bb7cb5044b739192a3c70 to your computer and use it in GitHub Desktop.
Save bleonard/2f70362fa94bb7cb5044b739192a3c70 to your computer and use it in GitHub Desktop.
# business logic
ResqueBus.publish("user_created", "id" => 42, "first_name" => "John", "last_name" => "Smith")
# or do it later
ResqueBus.publish_at(1.hour.from_now, "user_created", "id" => 42, "first_name" => "John", "last_name" => "Smith")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment