Commit graph

19 commits

Author SHA1 Message Date
518b23cd5f
\TamerLib\tm > wait() will output worker updates even if there are no jobs in the queue, this fixes a bug where workers would not be updated if the client only calls dof() 2023-08-06 16:16:13 -04:00
1631f89ae6
\TamerLib\Classes > JobManager > connect() re-constructs the Redis client before connecting to the server. 2023-07-29 08:46:42 -04:00
0dd40dd600
\TamerLib\Classes > JobManager > disconnect() now disconnects even if the server is still connected, this is to prevent the server from being left in a bad state if the connection is lost. 2023-07-27 17:13:22 -04:00
f0b7067107
Bumped version to 2.1.2 2023-07-09 11:48:48 -04:00
ba82426e32
Fixed bug in JobManager in \TamerLib\Classes > JobManager > returnJob() and \TamerLib\Classes > JobManager > returnException() where if the "return_channel" is empty instead of null, the job would be returned to an empty channel instead of being dropped. 2023-07-07 02:28:20 -04:00
427f0069e3
Updated project.json 2023-07-07 00:28:50 -04:00
4ff2bd403f
Bumped version to 2.0.2 2023-07-06 18:05:38 -04:00
a8b6f06b6d
Bumped version to 2.0.1 2023-06-30 00:56:08 -04:00
411898af2a
Refactored main class, improved a few things here and there. Looks polished enough 2023-06-18 17:17:13 -04:00
0c23fdfac2
Implemented Redis Server controller 2023-06-10 01:46:34 -04:00
40bb5e29d0
Bumped version to 2.0.0 2023-06-10 01:23:03 -04:00
Netkas
3934a010d6 Updated monitor method for Supervisor.php to allow for a non-blocking method. 2023-03-01 18:55:30 -05:00
Netkas
5cb507ca96 Bumped version to 1.0.1 2023-02-28 21:33:53 -05:00
Netkas
1b8d2fb40a Implemented supervisors, refactored some stuff, implemented closures, updated examples and added dependency for Symfony\Process 2023-02-05 17:24:22 -05:00
Netkas
c80b4b39c4 Refactored Interfaces and implemented Tamer, Gearman's protocol has been refactored by RabbitMQ needs refactoring 2023-02-03 04:53:03 -05:00
Netkas
6d8d4a75a4 Implemented RabbitMQ and Refactored Client & Worker (WIP) 2023-02-02 21:09:45 -05:00
Netkas
f88f453578 Progress on closures 2023-02-01 23:42:41 -05:00
Netkas
39d1084a3f Progress 2023-02-01 19:22:26 -05:00
Netkas
bfe790cf35 Initial Commit 2023-01-31 18:43:02 -05:00