Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into automated task runner (e.g. CRON) #148

Open
taylortom opened this issue Jan 18, 2020 · 2 comments
Open

Look into automated task runner (e.g. CRON) #148

taylortom opened this issue Jan 18, 2020 · 2 comments
Labels
enhancement New or additional functionality icebox Issue parked for now R&D Requires research/discussion

Comments

@taylortom
Copy link
Collaborator

taylortom commented Jan 18, 2020

The cron NPM package May be useful.

Possible use cases:

  • Remove temporary 'preview' links
  • Remove export publish/zips
  • Clear temporary files
@taylortom taylortom added R&D Requires research/discussion enhancement New or additional functionality labels Jan 18, 2020
@taylortom
Copy link
Collaborator Author

Not necessary

@taylortom taylortom reopened this Oct 26, 2022
@taylortom
Copy link
Collaborator Author

Still think this could be useful.

Could be done either by:

  • Similarly to tags/authored etc. with each module registering itself and adding a hook tap
  • Adding a function to each module which wants it, then having the cron module check each installed module for said function, and running it at required times

@taylortom taylortom added the icebox Issue parked for now label Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or additional functionality icebox Issue parked for now R&D Requires research/discussion
Projects
Development

No branches or pull requests

1 participant