|
|
|
|
|
by sakisv
681 days ago
|
|
Well I'm just thinking of concourse the same way it describes itself, "a continuous thing doer". I want something that will run some code when something happens. In my case that "something" is a specific time of day. The code will spin up a server, connect it to tailscale, run the 3 scraping jobs and then tear down the server and parse the data. Then another pipeline runs that loads the data and refreshes the caches. Of course I'm also using it for continuously deploying my app across 2 environments, or its monitoring stack, or running terraform etc. Basically it runs everything for me so that I don't have to. |
|