From d07d86dac8d74869402bd02486f5d16ff46896c2 Mon Sep 17 00:00:00 2001 From: Leo Shaw Date: Thu, 18 Jul 2024 12:39:33 +0100 Subject: [PATCH] Update README to mention OSX / run issue in dev mode Adds a note to the README mentioning that `bin/delayed_job run` hangs in dev mode on OSX. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff7f2660b..ab6772c4c 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,8 @@ You can then do the following: **Rails 4:** *replace script/delayed_job with bin/delayed_job* +**Note:** `script/delayed_job` / `bin/delayed_job` will hang in development mode on OSX because of an issue with `daemons` and `fsevent_watch` - more information [in the issue here](https://github.com/collectiveidea/delayed_job/issues/935#issuecomment-242171610). + Workers can be running on any computer, as long as they have access to the database and their clock is in sync. Keep in mind that each worker will check the database at least every 5 seconds.