Commit 15b76f5
[9.x] Enable batch jobs delay for Beanstalkd queue. (#41789)
* [9.x] Enable batch jobs delay for Beanstalkd queue.
[before]
- batch jobs was ignoring delay time when pushing into beanstalkd.
[after]
- batch jobs delay time will be considered and put into beanstalkd.
* Update BeanstalkdQueue.php
* Update BeanstalkdQueue.php
Co-authored-by: Taylor Otwell <[email protected]>1 parent 0cc725b commit 15b76f5
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
139 | 158 | | |
140 | 159 | | |
141 | 160 | | |
| |||
0 commit comments