Skip to content

Commit a4717a9

Browse files
committed
README.md update
1 parent d587dc9 commit a4717a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ php artisan operations:make <operation_name> // create operation file
4949
php artisan operations:process // process operation files
5050
php artisan operations:process --sync // force syncronously execution
5151
php artisan operations:process --async // force asyncronously execution
52-
php artisan operations:process --queue=<name> // change queue that the job will be dispatched to
52+
php artisan operations:process --queue=<name> // force queue that the job will be dispatched to
5353
php artisan operations:process --test // dont flag operations as processed
5454
php artisan operations:process <operation_name> // re-run one specific operation
5555
```
@@ -219,8 +219,6 @@ If something went wrong (or if you just feel like it), you can process an operat
219219
php artisan operations:process XXXX_XX_XX_XXXXXX_awesome_operation
220220
```
221221

222-
**Hint!** This does not restart the existing job in your queue. It dispatches another `OneTimeOperationProcessJob`!
223-
224222
### Testing the operation
225223

226224
You might want to test your code a couple of times before flagging the operation as "processed". Provide the `--test` flag to run the command again and again.

0 commit comments

Comments
 (0)