Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Exercise Five - Defining execution schedules

Vinay Rawal answered on April 2, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Defining execution schedules
  • execution_schedules

  • Exercise Five - Defining execution schedules

    0

    We can define execution schedules for any repeated tasks that need to be performed throughout the lifecycle of an account. These can be used for anything but typical examples would be daily interest accrual, monthly interest payment, or an annual account fee.

    Exercise

    For this exercise, implement an execution schedule called ACCRUE_INTEREST that runs every day, calling a helper function _accrue_interest (that we will define in a later exercise).

    Implementing an execution schedule requires the use of two hooks, execution_schedules to define the times at which the events will be executed, and scheduled_code to define the code that is run for each even 

    Popularity 1/10 Helpfulness 1/10 Language python
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Apr 02 2023
    Vinay Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.