GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Post weekly summary to Slack #392

Open TimJentzsch opened 2 years ago

TimJentzsch commented 2 years ago

We could have a background task that posts a summary message to the Slack once a week.

The message could include the following:

This could give us a better understanding how we are growing and how healthy our ecosystem is.

The main challenge here will be to figure out the best way to do background tasks in Django.

TimJentzsch commented 2 years ago

This might be an option for us: https://django-background-tasks.readthedocs.io/en/latest/ However, we'll need to figure out how to start the task consistently at a specific time of the week, even if the bot is restarted in-between.