Skip to content

Commit 8419516

Browse files
committed
queue config init scripts
1 parent e30a355 commit 8419516

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/queue/etc/queue.config.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
//
3232
],
3333

34+
'init_scripts' => [
35+
//
36+
],
37+
3438
'loop_end_scripts' => [
3539
//
3640
],
@@ -43,6 +47,9 @@
4347
'handlers' => [
4448
__DIR__ . '/../../resources/registry/enqueuers.php',
4549
],
50+
'init_scripts' => [
51+
//
52+
],
4653
'loop_end_scripts' => [
4754
//
4855
],

0 commit comments

Comments
 (0)