CatgirlIntelligenceAgency/code/services-core/executor-service
Viktor Lofgren c41e68aaab (control) New export actions for RSS/Atom feeds and term frequency data
This commit also refactors the executor a bit, and introduces a new converter-feature called data-extractors for this class of jobs.
2024-01-15 14:54:26 +01:00
..
src (control) New export actions for RSS/Atom feeds and term frequency data 2024-01-15 14:54:26 +01:00
build.gradle (control) New export actions for RSS/Atom feeds and term frequency data 2024-01-15 14:54:26 +01:00
readme.md (docs) Update documentation 2023-10-27 12:45:39 +02:00

The executor service is a partitioned service responsible for executing and keeping track of long running maintenance and operational tasks, such as crawling or data processing.

It accomplishes this using the message queue and actor library, which permits program state to survive crashes and reboots. The executor service is closely linked to the control-service, which provides a user interface for much of the executor's functionality.

Central Classes