sandboxnu / boba-buddies

Sandbox's virtual water cooler conversation app.
GNU General Public License v3.0
1 stars 0 forks source link

Cron Job Setup Research #14

Closed VKong6019 closed 1 year ago

VKong6019 commented 2 years ago

as part of the deployment for the bot later on, we'll want to consider automating it by setting up a cron job. this is less coding and more of a research oriented task.

the main idea is: if we want to set up cron jobs for the BobaBuddies bot to do some action every two weeks, what are the steps to achieving that?

here's a couple resources I briefly found that you can reference:

VKong6019 commented 1 year ago

used github actions