Skip to content

Commit

Permalink
add tag on init
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer committed Nov 25, 2024
1 parent fe6f5e9 commit 768d354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/background/celery/tasks/indexing/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(
self.started: datetime = datetime.now(timezone.utc)
self.redis_lock.reacquire()

self.last_tag: str = ""
self.last_tag: str = "IndexingCallback.__init__"
self.last_lock_reacquire: datetime = datetime.now(timezone.utc)

def should_stop(self) -> bool:
Expand Down

0 comments on commit 768d354

Please sign in to comment.