Created
December 24, 2016 19:11
-
-
Save bleonard/2f70362fa94bb7cb5044b739192a3c70 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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