Roman
Roman
as a temporary solution just add following line to your .worker file @use_local_iron_worker_ng = true
@iced could you check this one?
Hey, you could merge any files/folders check this one - http://dev.iron.io/worker/reference/dotworker/#syntax_reference
@iced could you close this one (should be fixed)
Better to pass into worker urls from rails app(as payload) rather than try to use rails helpers inside worker (too much to merge and initialize)
Hey Kit, each task is completely is launching in completely isolated environment and you should prepare connection in each task, but you could workaround this using 1) batch process -...
in this case only second approach will fit your needs - put them in MQ and process in scheduled task, or fire up task each time you need to process...
Yes that was one of the proposed solutions 2014-08-01 8:23 GMT+06:00 Kit Ho [email protected]: > Your proposal would be scheduled the iron worker tasks to be run in time >...