Alexei Sorokin
|
e7ab305335
|
[CORE] Use monotonic time via hrtime() where applicable
The realtime clock is not reliable when calculating elapsed time.
|
2020-01-07 19:48:13 +03:00 |
|
Miguel Dantas
|
a4e6db8d76
|
[OpportunisticQM] Revamped plugin to be able to use other poll based queuemanagers, no just the DB
|
2019-09-05 01:39:00 +02:00 |
|
Mikael Nordfeldth
|
81f9a59f25
|
use connect_timeout value for execution margin
|
2016-01-22 12:19:17 +01:00 |
|
Mikael Nordfeldth
|
8acf930c45
|
OpportunisticQM matches against _system_ max_execution_time
Probably never runs if max_execution_time is 0. I'll handle that later.
|
2016-01-11 13:35:29 +01:00 |
|
Mikael Nordfeldth
|
e498bc6b7b
|
Control OpportunisticQM verbosity
|
2016-01-10 00:51:25 +01:00 |
|
Mikael Nordfeldth
|
7fbf72f9c1
|
Minor changes to OpportunisticQM for debugging
|
2016-01-10 00:48:04 +01:00 |
|
Mikael Nordfeldth
|
e7308b0ecb
|
Max execution time margin for OpportunisticQM
I guess it could continue a bit too long in case it got a really long
(failing, timeouting) HTTP request just before max_execution_time hit.
|
2016-01-07 11:58:09 +01:00 |
|
Mikael Nordfeldth
|
beba2a25d0
|
Don't retry unhandled transports in OpportunisticQM
It'd continue trying xmpp transports forever, for example...
|
2015-07-18 01:09:50 +02:00 |
|
Mikael Nordfeldth
|
0bd16b521c
|
OpportunisticQM shouldn't try to handle what it can't find
|
2015-04-09 12:15:34 +02:00 |
|
Mikael Nordfeldth
|
420eea3f24
|
No need to say we're finished working
|
2015-01-17 13:38:59 +01:00 |
|
Mikael Nordfeldth
|
9400795a5f
|
Cron split into Cronish and OpportunisticQM
/main/cron changed to /main/runqueue
The key-required functionality is not throughly tested yet.
|
2013-11-20 21:20:42 +01:00 |
|