mirror of https://sirgje.space/sirgje/gerbils
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
Continuous | 5 years ago | |
Periodic | 5 years ago | |
readme.md | 5 years ago | |
sample-supervisord.conf | 5 years ago |
readme.md
Introduction
The backend
section contains scripts that fall into two categories:
- Continuous: They run all the time, use many resources, but are needed for some real-time features.
- Periodic: They run from time to time, used to update non-time critical information.
Suggested configurations
I personally use good ol' cron
and supervisor
to run the scripts. I have included two sample configuration
files in this folder.
Periodic
As stated before, this section contains scripts that run from time to time. For example, pulling item information from ESI, removing old tokens, etc.
The folders are structured as following:
Economy/
contains scripts related to market tools.ESIUpdate/
updates database data with updated ESI information. For example, the item types, item categories, etc. You can run those just after downtime.Intel/
contains scripts that shera some kind of intel. For example, ingame notifications, or CCP news site relay to discord.Update/
updates database data, removing old/invalid tokens, and updating affiliation (the alliance/corporation of a specific character, etc)