Skip to content

Commit 664931d

Browse files
brandondrewrosa
authored andcommitted
quick grammar fixup in README.md
Just a few small tweaks... feel free to ask me to explain these changes if the reasons are not clear. I'm happy to go into as much or as little depth as you'd like, either in comments on the PR or in a Zoom call or whatever else works best for you.
1 parent 4b36e24 commit 664931d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Tasks are enqueued at their corresponding times by the dispatcher that owns them
288288

289289
It's possible to run multiple dispatchers with the same `recurring_tasks` configuration. To avoid enqueuing duplicate tasks at the same time, an entry in a new `solid_queue_recurring_executions` table is created in the same transaction as the job is enqueued. This table has a unique index on `task_key` and `run_at`, ensuring only one entry per task per time will be created. This only works if you have `preserve_finished_jobs` set to `true` (the default), and the guarantee applies as long as you keep the jobs around.
290290

291-
Finally, it's possible to configure jobs that aren't handled by Solid Queue. That's it, you can a have a job like this in your app:
291+
Finally, it's possible to configure jobs that aren't handled by Solid Queue. That is, you can have a job like this in your app:
292292
```ruby
293293
class MyResqueJob < ApplicationJob
294294
self.queue_adapter = :resque

0 commit comments

Comments
 (0)