Commit Graph

6 Commits

Author SHA1 Message Date
Jacob Vosmaer 03b14bb814 Use the new Sidekiq syntax to specify queues
This syntax is compatible with the current Sidekiq version we use
(2.17.0) and it protects us against future breakage by
040eda558b
2014-04-01 16:46:27 +02:00
Jacob Vosmaer cc83c696c0 Add load_ok to background_jobs usage message 2014-03-20 14:47:06 +01:00
Jacob Vosmaer dd7efd1768 Add load_ok check to script/background_jobs 2014-03-20 14:44:55 +01:00
Matthew Trisoline 00ebfaa942 Updated script/{web,background_job} to use #!/usr/bin/env bash rather than #!/bin/bash to allow for transparency between OS namely Linux and FreeBSD and for source installs of bash where path is not exported by default for /usr/local/{bin,sbin} 2014-02-10 09:51:51 -05:00
Jacob Vosmaer 3bef6b46f8 Use `2>&1` because Bash 3 does not support `&>>` 2013-10-22 10:27:23 +02:00
Jacob Vosmaer 6a7d63aa47 Move unicorn and sidekiq commands into bash script 2013-10-15 22:48:57 +02:00