.editorconfig .gitattributes LICENSE composer.json config/Migrations/20150425180802_init.php config/Migrations/20150511062806_fixmissing.php config/Migrations/20150911132343_improvements_for_mysql.php config/Migrations/20161319000000_increase_data_size.php config/Migrations/20161319000001_Priority.php config/Migrations/20161319000002_Rename.php config/Migrations/20161319000003_Processes.php config/Migrations/20171013131845_AlterQueuedJobs.php config/Migrations/20171013133145_Utf8mb4Fix.php config/Migrations/20171019083500_ColumnLength.php config/Migrations/20171019083501_MigrationQueueNull.php config/Migrations/20171019083502_MigrationQueueStatus.php config/Migrations/20171019083503_MigrationQueueProcesses.php config/Migrations/20171019083505_MigrationQueueProcessesIndex.php config/Migrations/20171019083506_MigrationQueueProcessesKey.php config/Migrations/20191319000002_MigrationQueueRename.php config/app_queue.php config/bootstrap.php phpstan.neon phpunit.xml.dist resources/locales/queue.pot src/Command/AddCommand.php src/Command/BakeQueueTaskCommand.php src/Command/InfoCommand.php src/Command/JobCommand.php src/Command/MigrateTasksCommand.php src/Command/RunCommand.php src/Command/WorkerCommand.php src/Console/Io.php src/Controller/Admin/LoadHelperTrait.php src/Controller/Admin/QueueController.php src/Controller/Admin/QueueProcessesController.php src/Controller/Admin/QueuedJobsController.php src/Generator/Task/QueuedJobTask.php src/Mailer/Transport/QueueTransport.php src/Mailer/Transport/SimpleQueueTransport.php src/Migration/OldTaskFinder.php src/Model/Entity/QueueProcess.php src/Model/Entity/QueuedJob.php src/Model/ProcessEndingException.php src/Model/QueueException.php src/Model/Table/QueueProcessesTable.php src/Model/Table/QueuedJobsTable.php src/Plugin.php src/Queue/AddInterface.php src/Queue/Config.php src/Queue/Processor.php src/Queue/Task.php src/Queue/Task/CostsExampleTask.php src/Queue/Task/EmailTask.php src/Queue/Task/ExampleTask.php src/Queue/Task/ExceptionExampleTask.php src/Queue/Task/ExecuteTask.php src/Queue/Task/MonitorExampleTask.php src/Queue/Task/ProgressExampleTask.php src/Queue/Task/RetryExampleTask.php src/Queue/Task/SuperExampleTask.php src/Queue/Task/UniqueExampleTask.php src/Queue/TaskFinder.php src/Queue/TaskInterface.php src/View/Helper/QueueHelper.php src/View/Helper/QueueProgressHelper.php templates/Admin/Queue/index.php templates/Admin/Queue/processes.php templates/Admin/QueueProcesses/edit.php templates/Admin/QueueProcesses/index.php templates/Admin/QueueProcesses/view.php templates/Admin/QueuedJobs/data.php templates/Admin/QueuedJobs/edit.php templates/Admin/QueuedJobs/execute.php templates/Admin/QueuedJobs/import.php templates/Admin/QueuedJobs/index.php templates/Admin/QueuedJobs/migrate.php templates/Admin/QueuedJobs/stats.php templates/Admin/QueuedJobs/test.php templates/Admin/QueuedJobs/view.php templates/bake/Task/task.twig templates/element/search.php tests/Fixture/QueueProcessesFixture.php tests/Fixture/QueuedJobsFixture.php tests/TestCase/Command/AddCommandTest.php tests/TestCase/Command/BakeQueueTaskCommandTest.php tests/TestCase/Command/InfoCommandTest.php tests/TestCase/Command/JobCommandTest.php tests/TestCase/Command/MigrateTasksCommandTest.php tests/TestCase/Command/RunCommandTest.php tests/TestCase/Command/WorkerCommandTest.php tests/TestCase/Controller/Admin/QueueControllerTest.php tests/TestCase/Controller/Admin/QueueProcessesControllerTest.php tests/TestCase/Controller/Admin/QueuedJobsControllerTest.php tests/TestCase/Generator/Task/QueuedJobGeneratorTest.php tests/TestCase/Mailer/Transport/QueueTransportTest.php tests/TestCase/Mailer/Transport/SimpleQueueTransportTest.php tests/TestCase/Model/Table/QueueProcessesTableTest.php tests/TestCase/Model/Table/QueuedJobsTableTest.php tests/TestCase/Queue/ProcessorTest.php tests/TestCase/Queue/Task/CostsExampleTaskTest.php tests/TestCase/Queue/Task/EmailTaskTest.php tests/TestCase/Queue/Task/ExampleTaskTest.php tests/TestCase/Queue/Task/ExceptionExampleTaskTest.php tests/TestCase/Queue/Task/ExecuteTaskTest.php tests/TestCase/Queue/Task/MonitorExampleTaskTest.php tests/TestCase/Queue/Task/ProgressExampleTaskTest.php tests/TestCase/Queue/Task/RetryExampleTaskTest.php tests/TestCase/Queue/Task/SuperExampleTaskTest.php tests/TestCase/Queue/Task/TaskTest.php tests/TestCase/Queue/Task/UniqueExampleTaskTest.php tests/TestCase/Queue/TaskFinderTest.php tests/TestCase/Shell/QueueShellTest.php tests/TestCase/View/Helper/QueueHelperTest.php tests/TestCase/View/Helper/QueueProgressHelperTest.php tests/bootstrap.php tests/config/app_queue.php tests/config/bootstrap.php tests/config/routes.php tests/phpstan.neon tests/test_app/plugins/Foo/src/Plugin.php tests/test_app/plugins/Foo/src/Queue/Task/FooTask.php tests/test_app/src/Application.php tests/test_app/src/Controller/AppController.php tests/test_app/src/Mailer/TestMailer.php tests/test_app/src/Model/Table/QueuedJobsTable.php tests/test_app/src/Queue/Task/FooTask.php tests/test_app/src/Shell/Task/QueueFooTask.php tests/test_app/src/View/AppView.php tests/test_app/templates/Error/error500.php tests/test_app/templates/bake/layout/Bake.default.twig tests/test_app/templates/layout/default.php tests/test_files/bake/task.php tests/test_files/bake/task_test.php tests/test_files/migrate/FooPluginTask.php tests/test_files/migrate/FooTask.php tests/test_files/migrate/QueueFooPluginTask.php tests/test_files/migrate/QueueFooTask.php tests/test_files/migrate/test/FooPluginTaskTest.php tests/test_files/migrate/test/FooTaskTest.php tests/test_files/migrate/test/QueueFooPluginTaskTest.php tests/test_files/migrate/test/QueueFooTaskTest.php tests/test_files/queued-job.json <<<<<< network # path=./coverage.xml <<<<<< EOF # path=fixes ./src/Console/Io.php:25,36,47,68,82,85,100,103,118,121,135,138,153,156,167,179,195,207,225,227 ./src/Command/InfoCommand.php:29,39,42,57,59,70,73,75,97,112,113,122,131,133 ./src/Command/MigrateTasksCommand.php:24,50,53,64,72,83,91,93,99,108,117,119,120,133,167,175,178,179,192,211,219,223,224,235,237 ./src/Command/BakeQueueTaskCommand.php:34,43,56,69,107,109,114,121,133,142,145,154,161,168,185,187 ./src/Command/WorkerCommand.php:28,47,50,75,80,83,87,91,94,97,111,114,120,127,143,144,147,150,156,162,163,170,181,189,191 ./src/Command/AddCommand.php:19,37,40,55,58,62,69,78,80 ./src/Command/RunCommand.php:25,64,67,77,80,97,99 ./src/Command/JobCommand.php:29,48,51,80,84,87,91,96,99,102,108,111,116,133,136,153,156,173,184,188,193,204,208,213,227,245,248,254,266,276,285,287 ./src/Queue/AddInterface.php:24 ./src/Queue/Task.php:101,102,112,114 ./src/Queue/Task/MonitorExampleTask.php:52,71,87,98,101,104,106 ./src/Queue/Task/SuperExampleTask.php:52,73,75 ./src/Queue/Task/EmailTask.php:53,54,78,94,107,124,132,136,139,150,153,160,163,167,169,172,187,188,191,194,196 ./src/Queue/Task/RetryExampleTask.php:47,53,56,86,90,104,117,121,123 ./src/Queue/Task/ExecuteTask.php:47,53,62,87,94,95,97,103,113,121,125,126,128 ./src/Queue/Task/CostsExampleTask.php:47,65,73,75 ./src/Queue/Task/UniqueExampleTask.php:47,66,74,76 ./src/Queue/Task/ExampleTask.php:51,67,69 ./src/Queue/Task/ProgressExampleTask.php:50,72,77,79 ./src/Queue/Task/ExceptionExampleTask.php:48,66,68 ./src/Queue/Config.php:19,28,37,44,51,58,65,92,95,108,113,116,118 ./src/Queue/Processor.php:72,89,94,99,111,112,132,136,149,155,160,162,168,171,197,200,209,213,226,232,236,238,252,256,259,270,273,283,295,308,318,321,330,341,344,354,357,360,370,380,383,392,397,409,412,427,430,433,436,449,452,465,468,470 ./src/Queue/TaskFinder.php:30,31,34,48,55,63,64,67,90,93,106,109,115,116,123,130,131,132,135,149,150,153,155 ./src/Queue/TaskInterface.php:25 ./src/Model/QueueException.php:8 ./src/Model/Entity/QueuedJob.php:35 ./src/Model/Entity/QueueProcess.php:29 ./src/Model/Table/QueuedJobsTable.php:91,94,108,117,128,129,146,151,158,176,203,213,216,229,237,240,257,260,280,316,337,344,345,348,378,390,411,416,421,431,436,439,442,445,477,497,500,506,509,520,529,533,534,541,544,545,549,552,560,566,593,594,596,608,623,628,639,646,649,665,682,700,724,727,730,753,756,778,806,816,821,834,838,841,852,874,875,887,891,894,903,916,917,929,945,946,950,953,956,970,973,975 ./src/Model/Table/QueueProcessesTable.php:43,46,72,101,113,118,121,131,150,167,171,185,195,217,228,246,253,264,270,283,288,291,295,306,312,313,314,332,333,336,338 ./src/Model/ProcessEndingException.php:8 ./src/Generator/Task/QueuedJobTask.php:28,36,39,49,51 ./src/Controller/Admin/LoadHelperTrait.php:25,26,28 ./src/Controller/Admin/QueuedJobsController.php:43,47,55,58,62,74,82,83,95,101,116,120,133,138,142,157,161,164,167,174,181,184,185,201,209,212,215,223,238,241,250,258,272,277,278,290,293,296,315,318,321,334,354,359,362,371,374,379,382,384 ./src/Controller/Admin/QueueProcessesController.php:35,46,60,78,81,84,100,103,115,121,124,137,139 ./src/Controller/Admin/QueueController.php:30,48,50,60,74,79,84,91,102,109,125,138,144,151,166,181,196,207,210,213,215 ./src/View/Helper/QueueProgressHelper.php:42,46,50,55,67,71,75,78,89,93,97,103,116,119,131,137,148,159,163,168,179,183,190,200,203,221,226,231,238,243,245 ./src/View/Helper/QueueHelper.php:31,36,42,45,55,62,65,76,80,85,88,99,102,104 ./src/Migration/OldTaskFinder.php:27,30,49,52,54 ./src/Plugin.php:41,44,47,65,67 ./src/Mailer/Transport/SimpleQueueTransport.php:30,54,55,63,73,75 ./src/Mailer/Transport/QueueTransport.php:29,40,42 ./templates/Admin/Queue/index.php:69,74,84,99,100,101,105,121,124,149,158,161,173,178,188,193 ./templates/Admin/Queue/processes.php:43,47,50,62 ./templates/Admin/QueueProcesses/index.php:49 ./templates/Admin/QueuedJobs/index.php:32,62 ./templates/Admin/QueuedJobs/stats.php:49,56,65,68 ./templates/Admin/QueuedJobs/view.php:104,130 ./templates/Admin/QueuedJobs/migrate.php:22 ./templates/element/search.php:16 ./tests/test_app/src/Application.php:19,29,31 ./tests/test_app/src/Queue/Task/FooTask.php:34,36 ./tests/test_app/src/Model/Table/QueuedJobsTable.php:21,23 ./tests/test_app/src/Shell/Task/QueueFooTask.php:37,39 ./tests/test_app/src/Controller/AppController.php:16,18 ./tests/test_app/src/View/AppView.php:16 ./tests/test_app/src/Mailer/TestMailer.php:8 ./tests/test_app/plugins/Foo/src/Queue/Task/FooTask.php:34,36 ./tests/test_app/plugins/Foo/src/Plugin.php:37 ./tests/test_files/bake/task_test.php:26,28 ./tests/test_files/bake/task.php:16,24,26 ./tests/test_files/migrate/QueueFooTask.php:20,22 ./tests/test_files/migrate/FooPluginTask.php:20,22 ./tests/test_files/migrate/test/FooPluginTaskTest.php:21,23 ./tests/test_files/migrate/test/QueueFooPluginTaskTest.php:21,23 ./tests/test_files/migrate/test/QueueFooTaskTest.php:21,23 ./tests/test_files/migrate/test/FooTaskTest.php:21,23 ./tests/test_files/migrate/QueueFooPluginTask.php:20,22 ./tests/test_files/migrate/FooTask.php:20,22 ./tests/bootstrap.php:11,17,18,121,126 ./tests/Fixture/QueueProcessesFixture.php:44,53,55 ./tests/Fixture/QueuedJobsFixture.php:54,56 ./tests/TestCase/Command/JobCommandTest.php:35,44,55,66,77,88,99,111,121,131,146,148 ./tests/TestCase/Command/BakeQueueTaskCommandTest.php:36,45,66,74,79,84,85,87 ./tests/TestCase/Command/InfoCommandTest.php:30,41,43 ./tests/TestCase/Command/AddCommandTest.php:30,41,52,54 ./tests/TestCase/Command/WorkerCommandTest.php:30,41,43 ./tests/TestCase/Command/MigrateTasksCommandTest.php:27,45,63,81,99,112,114 ./tests/TestCase/Command/RunCommandTest.php:41,54,65,67 ./tests/TestCase/Queue/ProcessorTest.php:46,62,72,82,100,111,113 ./tests/TestCase/Queue/Task/EmailTaskTest.php:54,77,87,109,147,158,160 ./tests/TestCase/Queue/Task/ExceptionExampleTaskTest.php:52,64,73,75 ./tests/TestCase/Queue/Task/ExampleTaskTest.php:51,60,62 ./tests/TestCase/Queue/Task/TaskTest.php:20,22 ./tests/TestCase/Queue/Task/SuperExampleTaskTest.php:51,60,62 ./tests/TestCase/Queue/Task/ProgressExampleTaskTest.php:44,53,55 ./tests/TestCase/Queue/Task/ExecuteTaskTest.php:53,62,73,80,90,102,104 ./tests/TestCase/Queue/Task/UniqueExampleTaskTest.php:51,61,63 ./tests/TestCase/Queue/Task/CostsExampleTaskTest.php:51,61,63 ./tests/TestCase/Queue/Task/RetryExampleTaskTest.php:45,59,63,75,77 ./tests/TestCase/Queue/Task/MonitorExampleTaskTest.php:44,53,55 ./tests/TestCase/Queue/TaskFinderTest.php:28,55,65,67 ./tests/TestCase/Model/Table/QueueProcessesTableTest.php:41,54,70,89,103,117,142,161,163 ./tests/TestCase/Model/Table/QueuedJobsTableTest.php:46,55,64,105,162,176,191,219,230,235,244,245,261,299,303,307,311,315,327,328,336,432,469,510,533,608,639,663,686,697,699 ./tests/TestCase/Shell/QueueShellTest.php:69,80,93,104,106 ./tests/TestCase/Generator/Task/QueuedJobGeneratorTest.php:21,42,50,52 ./tests/TestCase/Controller/Admin/QueueControllerTest.php:36,48,61,70,90,105,124,144,166,188,214,234,255,275,286,288 ./tests/TestCase/Controller/Admin/QueueProcessesControllerTest.php:28,39,50,61,78,90,107,109 ./tests/TestCase/Controller/Admin/QueuedJobsControllerTest.php:21,42,53,68,87,98,111,122,135,146,161,189,200,217,219 ./tests/TestCase/View/Helper/QueueHelperTest.php:24,33,60,84,111,113 ./tests/TestCase/View/Helper/QueueProgressHelperTest.php:43,52,81,93,114,131,152,174,187,220,231,233 ./tests/TestCase/Mailer/Transport/QueueTransportTest.php:34,59,61 ./tests/TestCase/Mailer/Transport/SimpleQueueTransportTest.php:34,91,93 ./config/bootstrap.php:9 ./config/Migrations/20171019083506_MigrationQueueProcessesKey.php:31,33 ./config/Migrations/20171019083501_MigrationQueueNull.php:26,28 ./config/Migrations/20171013133145_Utf8mb4Fix.php:89,90,91,93 ./config/Migrations/20171019083505_MigrationQueueProcessesIndex.php:22,27,29 ./config/Migrations/20171019083502_MigrationQueueStatus.php:28,30 ./config/Migrations/20161319000003_Processes.php:24,26 ./config/Migrations/20171019083500_ColumnLength.php:29,31 ./config/Migrations/20191319000002_MigrationQueueRename.php:29,31 ./config/Migrations/20150511062806_fixmissing.php:23,25 ./config/Migrations/20161319000002_Rename.php:23,25 ./config/Migrations/20171013131845_AlterQueuedJobs.php:33,36,37,38,39 ./config/Migrations/20161319000001_Priority.php:22,24 ./config/Migrations/20161319000000_increase_data_size.php:33,36,37,38,40 ./config/Migrations/20171019083503_MigrationQueueProcesses.php:27,29 ./config/Migrations/20150911132343_improvements_for_mysql.php:27,29 ./config/Migrations/20150425180802_init.php:32,34 <<<<<< EOF