Closed treeder closed 12 years ago
I'm still seeing this:
root@ip-10-205-10-156:~/simple_worker_backend.ha/workers# !bun bundle show iron_mq /usr/local/lib/ruby/gems/1.9.1/gems/iron_mq-1.3.1
Is there a problem with my syntax?
@ironMQ.messages.post(msgTxt, {:delay => 1000})
ya, you're right, I posted this and it didn't seem to delay:
:body => "{\"delay\":5,\"body\":\"testMessage-2012-01-04 16:52:39 -0800\"}",
@edsrzf is looking into it. I've also created a test in the gem.
I think I figured out the problem. Stupid mistake...
This fixed now?