| created | | datetime | NO | MUL | 0001-01-01 00:00:00 | |
| pid | | int(11) | NO | | 0 | |
| executed | | datetime | NO | | 0001-01-01 00:00:00 | |
+| done | set to 1 if done | tinyint(1) | NO | | 0 | |
Return to [database documentation](help/database)
$poller_up_start = microtime(true);
- /** With these values we can analyze how effective the worker is.
+ /* With these values we can analyze how effective the worker is.
* The database and rest time should be low since this is the unproductive time.
* The execution time is the productive time.
* By changing parameters like the maximum number of workers we can check the effectivness.