Created
May 19, 2022 13:59
-
-
Save mihalt/d7c31199ca920b23e18cd216f25c3029 to your computer and use it in GitHub Desktop.
planning of architecture
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
all of them will be @shared_task