Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
AngellusMortis committed Aug 15, 2024
1 parent e238c6c commit c4d1b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boundlexx/notifications/tasks/huey.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def update_forum_post(topic_id, title, content, wiki=False):
huey.cache.set(FORUM_CALL_KEY, last_call, FORUM_DELAY)


@huey.task(retries=5, retry_delay=5, priority=90)
@huey.task(retries=0, retry_delay=5, priority=90)
@huey.lock_task(FORUM_LOCK_KEY)
def create_forum_post(world_id=None, wiki=False, **kwargs):
last_call = huey.cache.get(FORUM_CALL_KEY) or 0
Expand Down

0 comments on commit c4d1b24

Please sign in to comment.