Skip to content

Commit

Permalink
tiny little finishing touches (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmattingly authored Jan 4, 2025
1 parent 1b4221f commit cac5cd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/agimus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: agimus
description: A helm chart for a discord bot that also runs a mysql db
type: application
version: v2.12.2
appVersion: v2.12.2
version: v2.12.3
appVersion: v2.12.3
2 changes: 1 addition & 1 deletion configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
},
"wrapped_generation": {
"channels": [],
"crontab": "*/5 * * * *",
"crontab": "*/3 * * * *",
"enabled": true,
"maintainer_user_id": 735658100958298154
}
Expand Down
1 change: 0 additions & 1 deletion tasks/wrapped_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ async def wrapped_generation():
return

await db_update_wrapped_job_status(job['job_id'], 'processing')
await user.send("Heads up, we're processing your AGIMUS Wrapped! Get Ready!")
try:
video_path = await _generate_wrapped(job['user_discord_id'])
await db_update_wrapped_job_status(job['job_id'], 'complete', video_path=video_path)
Expand Down

0 comments on commit cac5cd2

Please sign in to comment.