Skip to content
Snippets Groups Projects

Reimplement map()

Merged Lukas Jezek requested to merge 554-lua-command-map-does-not-work into master
Compare and
39 files
+ 1412
393
Compare changes
  • Side-by-side
  • Inline
Files
39
@@ -7,11 +7,15 @@ Worker is a service over event loop that tracks and schedules outstanding querie
you can see the statistics or schedule new queries. It also contains information about
specified worker count and process rank.
.. envvar:: worker.id
Value from environment variable ``SYSTEMD_INSTANCE``,
or if it is not set, :envvar:`PID <worker.pid>` (string).
.. envvar:: worker.pid
Current worker process PID (number).
.. function:: worker.stats()
Return table of statistics. See member descriptions in :c:type:`worker_stats`.
Loading