Skip to content

Commit

Permalink
Increases the synchronization time for the sync_facebook_catalogs tas…
Browse files Browse the repository at this point in the history
…k to 90 minutes
  • Loading branch information
elitonzky committed Oct 31, 2023
1 parent a582336 commit e9c3d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
},
"sync-facebook-catalogs": {
"task": "sync_facebook_catalogs",
"schedule": timedelta(seconds=1800),
"schedule": timedelta(seconds=5.400),
},
}

Expand Down

0 comments on commit e9c3d4c

Please sign in to comment.