Skip to content

Commit

Permalink
Update state.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Feb 20, 2024
1 parent c5c6b59 commit abfd7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how/state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hide_table_of_contents: true

4. A keeper can attempt to execute any job with a [_`Pending`_](focus://7:9) status if they believe the job's conditions have been met.
5. If the job's conditions aren't yet met, the job remains in the queue, and its status is unchanged.
6. Jobs only remain active in the queue based on their duration, which is specified during job creation. Job duration is a variable in [fee estimation](/how/fees.html). When a job's duration runs out, it is [_`Evicted`_](focus://14[22:31],15[6:31],16[22:31]).
6. Jobs only remain active in the queue based on their duration, which is specified during job creation. Job duration is a variable in fee estimation. When a job's duration runs out, it is [_`Evicted`_](focus://14[22:31],15[6:31],16[22:31]).
7. If a job fails during execution, its status becomes [_`Failed`_](focus://20[22:30],21[22:30],22[22:30]).
8. If the job's conditions are met, the job's execute message gets sent, and the rewards included for executing the job are sent to the keeper. The job's status becomes [_`Executed`_](focus://23[7:17],24[7:17],25[7:17]).

Expand Down

0 comments on commit abfd7d6

Please sign in to comment.