Async server for running tasks in parallel.
Go to file
Abel Hoogeveen 741845d686
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Merge remote-tracking branch 'origin/master' into 3-features
# Conflicts:
#	Dockerfile
#	bin/supervisor
#	bin/worker
#	composer.json
#	src/FuzeWorks/Async/Executors/ShellExecutor.php
#	src/FuzeWorks/Async/ShellWorker.php
#	src/FuzeWorks/Async/Supervisors/ParallelSuperVisor.php
#	src/FuzeWorks/Async/TaskStorage/RedisTaskStorage.php
#	src/FuzeWorks/Async/Tasks.php
#	test/bootstrap.php
#	test/mock/Handlers/EmptyHandler.php
#	test/mock/Handlers/TestStopTaskHandler.php
2020-06-06 22:22:35 +02:00
bin Started work on making tasks forcefully quit after a maximum time has expired. 2020-06-06 00:11:27 +02:00
src/FuzeWorks/Async Started work on making tasks forcefully quit after a maximum time has expired. 2020-06-06 00:11:27 +02:00
test Started work on making tasks forcefully quit after a maximum time has expired. 2020-06-06 00:11:27 +02:00
.drone.yml Try with only Redis. 2020-05-26 17:56:15 +02:00
.gitignore Started implementing Drone 2020-05-15 18:26:30 +02:00
composer.json Made the Docker image Alpine-based. Should work better when running Async in a Cron environment. 2020-05-19 12:01:48 +02:00
Dockerfile Made the Docker image Alpine-based. Should work better when running Async in a Cron environment. 2020-05-19 12:01:48 +02:00