Skip to content

Instantly share code, notes, and snippets.

@mihalt
Created May 19, 2022 13:59
Show Gist options
  • Save mihalt/d7c31199ca920b23e18cd216f25c3029 to your computer and use it in GitHub Desktop.
Save mihalt/d7c31199ca920b23e18cd216f25c3029 to your computer and use it in GitHub Desktop.
planning of architecture
@shared_task
def get_provider_api_stocks(api_key, url_constructor, deserialize_constructor):
return True
def get_one_game_detail_stock():
return True
def get_codes_from_order():
return True
def get_orders_history():
return True
def get_detail_of_order():
return True
def get_profitable_stocks_info(params):
get_provider_api_stocks(params)
get_one_game_detail_stock(params)
@mihalt
Copy link
Author

mihalt commented May 19, 2022

all of them will be @shared_task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment