Skip to content

Commit

Permalink
feat: process jubilee price list, item prices, HSIC
Browse files Browse the repository at this point in the history
  • Loading branch information
av-dev2 committed Jun 27, 2024
1 parent 25ec74d commit f3bb919
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 17 deletions.
2 changes: 1 addition & 1 deletion hms_tz/jubilee/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def enqueue_get_jubilee_price_packages(company):
method=get_jubilee_price_packages,
job_name="get_jubilee_price_packages",
queue="default",
timeout=None,
timeout=10000000,
is_async=True,
company=company,
)
Expand Down
Loading

0 comments on commit f3bb919

Please sign in to comment.