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

feat: auto cleanup tasks over 30 days ago #1346

Merged
merged 3 commits into from
Jul 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module crawlab

go 1.18

require github.com/crawlab-team/crawlab-core v0.6.3-0.20230702023621-f42ee05a152f
require github.com/crawlab-team/crawlab-core v0.6.3-0.20230702090923-7375718ab681

require (
github.com/Masterminds/semver v1.4.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ github.com/crawlab-team/crawlab-core v0.6.3-0.20230629045720-afb0e8df1cd5 h1:XaI
github.com/crawlab-team/crawlab-core v0.6.3-0.20230629045720-afb0e8df1cd5/go.mod h1:FRP21F1jvy+A6LXP5W4oQfCo3bV4oakIbNEEPCO67IM=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230702023621-f42ee05a152f h1:eec+OXJ4kJ1wTcLGAFUh2uiDCKDKOZ8v53njlt80Wss=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230702023621-f42ee05a152f/go.mod h1:FRP21F1jvy+A6LXP5W4oQfCo3bV4oakIbNEEPCO67IM=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230702090923-7375718ab681 h1:5t6A7PTFKoUg90Mp80f5glQG4Q2VQOAIwHTQw2gK2EA=
github.com/crawlab-team/crawlab-core v0.6.3-0.20230702090923-7375718ab681/go.mod h1:FRP21F1jvy+A6LXP5W4oQfCo3bV4oakIbNEEPCO67IM=
github.com/crawlab-team/crawlab-db v0.6.0-1/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=
github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484 h1:1CXWC3lYcVWcgPRc3PNKzZ3fcfX5WZ/V8xwzHEMUFHQ=
github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=
Expand Down