MarginaliaSearch/code/execution/java/nu/marginalia/actor/task
Viktor Lofgren 51e46ad2b0 (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents
Since some of the export tasks have been memory hungry, sometimes killing the executor-services, they've been moved to a separate process that can be given a larger Xmx.

While doing this, the ProcessMainClass was given utilities for the boilerplate surrounding receiving mq requests and responding to them, some effort was also put toward making the process boot process a bit more uniform.  It's still a bit heterogeneous between different processes, but a bit less so for now.
2024-11-21 16:00:09 +01:00
..
ActorProcessWatcher.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
ConvertActor.java (chore) Remove use of deprecated STR.-style string templates 2024-11-11 18:02:28 +01:00
ConvertAndLoadActor.java (chore) Remove lombok 2024-11-11 21:14:38 +01:00
CrawlActor.java (*) Remove the crawl spec abstraction 2024-10-03 13:41:17 +02:00
DownloadSampleActor.java (download-sample) Break apart actor for better error recovery 2024-10-04 13:39:43 +02:00
ExportAtagsActor.java (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01:00
ExportDataActor.java Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
ExportFeedsActor.java (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01:00
ExportSampleDataActor.java (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01:00
ExportSegmentationModelActor.java (ngrams) Remove the vestigial logic for capturing permutations of n-grams 2024-04-11 18:12:01 +02:00
ExportTermFreqActor.java (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01:00
LiveCrawlActor.java (live-crawl) Make the actor poll for feeds changes instead of being a one-shot thing. 2024-11-20 15:36:25 +01:00
RecrawlSingleDomainActor.java (crawl) Add new functionality for re-crawling a single domain 2024-07-05 15:31:55 +02:00
RestoreBackupActor.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
TriggerAdjacencyCalculationActor.java (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01:00