|
cf5837e005
|
Updated CHANGELOG.md
|
2023-08-06 16:17:28 -04:00 |
|
|
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 |
|
|
eaa9887150
|
\TamerLib\tm > wait() no longer throws a TimeoutException, the function will simply return when the timeout is reached.
|
2023-07-09 11:48:25 -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 |
|
|
499a871ce5
|
Updated CHANGELOG.md
|
2023-07-07 00:29:52 -04:00 |
|
|
9edc68ca1a
|
Many changes, see CHANGELOG.md
|
2023-07-07 00:22:35 -04:00 |
|
|
cf912dad6d
|
\TamerLib\Classes\ > RedisServer > start() now starts the server with a matching logging level to net.nosial.loglib
|
2023-07-06 18:05:21 -04:00 |
|
|
76167c307c
|
Updated CHANGELOG.md
|
2023-06-30 00:59:20 -04:00 |
|
|
4531e594a2
|
\TamerLib > tm > do() the parameter $callback is now optional. If not provided, the job result will not be handled by the client and just be discarded.
|
2023-06-30 00:58:08 -04:00 |
|
|
54bc954830
|
Fixed bug where \TamerLib > tm > run() would return early even if the $timeout is set to 0.
|
2023-06-30 00:55:51 -04:00 |
|
|
a12923600e
|
Updated CHANGELOG.md
|
2023-06-18 17:22:57 -04:00 |
|
|
411898af2a
|
Refactored main class, improved a few things here and there. Looks polished enough
|
2023-06-18 17:17:13 -04:00 |
|
Netkas
|
586353fd27
|
Updated CHANGELOG.md
|
2023-03-01 18:56:05 -05:00 |
|
Netkas
|
490f1b2d93
|
Updated CHANGELOG.md
|
2023-02-28 21:39:05 -05:00 |
|
Netkas
|
a8aa00a381
|
Updated CHANGELOG.md
|
2023-02-28 21:36:48 -05:00 |
|