Skip to content

Commit

Permalink
Disable remote post pruning via Stator for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Nov 12, 2023
1 parent 30e9b1f commit af7f117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activities/models/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

class PostStates(StateGraph):
new = State(try_interval=300)
fanned_out = State(try_interval=86400 * 14)
fanned_out = State(externally_progressed=True)
deleted = State(try_interval=300)
deleted_fanned_out = State(delete_after=86400)

Expand Down

0 comments on commit af7f117

Please sign in to comment.