Skip to content

Commit

Permalink
adds sync_facebook_catalogs task to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky committed Sep 29, 2023
1 parent 84d739e commit 79265ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions marketplace/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@
"task": "check_apps_uncreated_on_flow",
"schedule": timedelta(hours=2),
},
"sync-facebook-catalogs": {
"task": "sync_facebook_catalogs",
"schedule": timedelta(seconds=1800),
},
}


Expand Down
Empty file removed marketplace/wpp_products/views.py
Empty file.

0 comments on commit 79265ec

Please sign in to comment.