cve-search / CveXplore

CveXplore
https://cve-search.github.io/CveXplore/
GNU General Public License v3.0
31 stars 17 forks source link

Background celery runners #278

Open P-T-I opened 3 months ago

P-T-I commented 3 months ago

Following up on the #271 issue; I'm seeing several tasks that could be delegated to a background task. Worked with celery quite a lot, would suffice for this purpose.

oh2fih commented 3 months ago

Sounds good. Could you keep the docker optional? The tasks & scheduler could be run as SystemD services, which is also supported by Celery.

P-T-I commented 3 months ago

Yeah sure, systemd is off course an option! I'll add that one as well!