Skip to content

Commit

Permalink
Auto archive genomics_api (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Aug 9, 2023
1 parent 389edd3 commit b3aa3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/auto_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def auto_archive(build_config_name, days=3, dryrun=True):
schedule("0 18 * * *", auto_archive, "figshare", dryrun=False) # 6pm daily, 2am UTC
schedule("0 18 * * *", auto_archive, "protocolsio", dryrun=False) # 6pm daily, 2am UTC
schedule("0 18 * * *", auto_archive, "dataverse", dryrun=False) # 6pm daily, 2am UTC
schedule("0 18 * * *", auto_archive, "genomics_api", dryrun=False, days=90) # 6pm daily, 2am UTC


# optionally, we can expose command as an API endpoint
Expand Down

0 comments on commit b3aa3ca

Please sign in to comment.