We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec01a20 commit 9934007Copy full SHA for 9934007
README.md
@@ -340,9 +340,10 @@ worker is started.
340
### Polling frequency
341
342
You can pass an INTERVAL option which is a float representing the polling frequency.
343
-The default is 5 seconds, but for a semi-active app you may want to use a smaller value.
+The default is 5 seconds, but for a semi-active app you may want to use a smaller
344
+(integer) value.
345
- $ INTERVAL=0.1 QUEUE=file_serve rake environment resque:work
346
+ $ INTERVAL=1 QUEUE=file_serve rake environment resque:work
347
348
<a name='section_Workers_Priorities_and_Queue_Lists'></a>
349
### Priorities and Queue Lists
0 commit comments