Skip to content

Commit

Permalink
Update Task Status (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagrao99 authored Jul 27, 2024
1 parent 9f2e15f commit f3feecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tasks/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1165,13 +1165,15 @@ def fetch_data():

@db_task()
def update_all_investments():
set_task_state('update_all_investments', TaskState.Running)
update_shares_latest_vals()
update_mf()
update_espp()
update_rsu()
handle_crypto()
update_latest_vals_epf_ssy_ppf()
update_gold_vals()
set_task_state('update_all_investments', TaskState.Successful)

'''
@db_task()
Expand Down

0 comments on commit f3feecb

Please sign in to comment.