Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Jul 25, 2024
1 parent 157e0c4 commit d09d4b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ async def migrate_up(self):
"""Perform migration up.
Migrate skipped_quota_reached state to skipped_storage_quota_reached
Migration stopped_quota_reached to stopped_time_quota_reached
Migrate stopped_quota_reached to stopped_time_quota_reached
Also update lastCrawlStates in workflows with these states
"""
crawls_db = self.mdb["crawls"]
crawl_configs_db = self.mdb["crawl_configs"]
Expand Down

0 comments on commit d09d4b2

Please sign in to comment.