Top 0.7% dependent packages on proxy.golang.org
Top 0.4% dependent repos on proxy.golang.org
Top 6.6% forks on proxy.golang.org
Top 0.2% docker downloads on proxy.golang.org
proxy.golang.org : github.com/gogs/cron
Package cron implements a cron spec parser and job runner. Callers may register Funcs to be invoked on a given schedule. Cron will run them in their own goroutines. A cron expression represents a set of times, using 6 space-separated fields. Note: Month and Day-of-week field values are case insensitive. "SUN", "Sun", and "sun" are equally accepted. Asterisk ( * ) The asterisk indicates that the cron expression will match for all values of the field; e.g., using an asterisk in the 5th field (month) would indicate every month. Slash ( / ) Slashes are used to describe increments of ranges. For example 3-59/15 in the 1st field (minutes) would indicate the 3rd minute of the hour and every 15 minutes thereafter. The form "*\/..." is equivalent to the form "first-last/...", that is, an increment over the largest possible range of the field. The form "N/..." is accepted as meaning "N-MAX/...", that is, starting at N, use the increment until the end of that specific range. It does not wrap around. Comma ( , ) Commas are used to separate items of a list. For example, using "MON,WED,FRI" in the 5th field (day of week) would mean Mondays, Wednesdays and Fridays. Hyphen ( - ) Hyphens are used to define ranges. For example, 9-17 would indicate every hour between 9am and 5pm inclusive. Question mark ( ? ) Question mark may be used instead of '*' for leaving either day-of-month or day-of-week blank. You may use one of several pre-defined schedules in place of a cron expression. You may also schedule a job to execute at fixed intervals, starting at the time it's added or cron is run. This is supported by formatting the cron spec like this: where "duration" is a string accepted by time.ParseDuration (http://golang.org/pkg/time/#ParseDuration). For example, "@every 1h30m10s" would indicate a schedule that activates immediately, and then every 1 hour, 30 minutes, 10 seconds. Note: The interval does not take the job runtime into account. For example, if a job takes 3 minutes to run, and it is scheduled to run every 5 minutes, it will have only 2 minutes of idle time between each run. All interpretation and scheduling is done in the machine's local time zone (as provided by the Go time package (http://www.golang.org/pkg/time). Be aware that jobs scheduled during daylight-savings leap-ahead transitions will not be run! Since the Cron service runs concurrently with the calling code, some amount of care must be taken to ensure proper synchronization. All cron methods are designed to be correctly synchronized as long as the caller ensures that invocations have a clear happens-before ordering between them. Cron entries are stored in an array, sorted by their next activation time. Cron sleeps until the next job is due to be run. Upon waking:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/gogs/cron
License: MIT
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/gogs
Dependent packages: 54
Dependent repositories: 202
Stars: 9 on GitHub
Forks: 9 on GitHub
Docker dependents: 54
Docker downloads: 429,083,072
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago
github.com/soos-io/sample-project-go v1.0.2
This repository is an example of a vulnerable package on a public registry3 versions - Latest release: over 1 year ago - 0 stars on GitHub
code.forgejo.org/forgejo/forgejo v1.20.0
58 versions - Latest release: almost 2 years agocodeberg.org/forgejo/forgejo v1.20.0
Gitea (git with a cup of tea) is a painless self-hosted Git Service.212 versions - Latest release: almost 2 years ago - 690 stars on codeberg.org
github.com/dennisrasey/forgejo v1.20.0
Gitea (git with a cup of tea) is a painless self-hosted Git Service.213 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/liuyangovo/gitea v0.19.4
Gitea (git with a cup of tea) is a painless self-hosted Git Service.2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/drerx/gogs v0.13.0
Gogs is a painless self-hosted Git Service.74 versions - Latest release: about 2 years ago
github.com/airen3339/gogs v0.13.0
Gogs is a painless self-hosted Git Service.74 versions - Latest release: about 2 years ago
gogs.io/gogs v0.13.0
Gogs is a painless self-hosted Git Service.74 versions - Latest release: about 2 years ago - 2 dependent packages - 1 dependent repositories - 44,148 stars on GitHub
github.com/seal-io/golang-mod-batch-projects/gogs v0.0.0-20221024105747-29f66e9c2a39
1 version - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/k2662/forgejo v1.17.3
Gitea (git with a cup of tea) is a painless self-hosted Git Service.189 versions - Latest release: over 2 years ago
github.com/jsoref/forgejo-forgejo v1.17.3
Gitea (git with a cup of tea) is a painless self-hosted Git Service.189 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/phatevalleyman/forgejo v1.17.3
Gitea (git with a cup of tea) is a painless self-hosted Git Service.173 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/topitobravo/gogs v0.12.10
Gogs is a painless self-hosted Git Service.70 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/startw-anginger/sana v1.16.8
Gitea (git with a cup of tea) is a painless self-hosted Git Service.156 versions - Latest release: almost 3 years ago
github.com/star-inc/sana v1.16.8
Gitea (git with a cup of tea) is a painless self-hosted Git Service.156 versions - Latest release: almost 3 years ago
github.com/dima320/gitea v1.16.1
Gitea (git with a cup of tea) is a painless self-hosted Git Service.147 versions - Latest release: about 3 years ago
gitee.com/swk95/gitea v1.15.9
Gitea (git with a cup of tea) is a painless self-hosted Git Service.141 versions - Latest release: over 3 years ago
git.openi.org.cn/OpenI/aiforge v1.21.8
Gitea (git with a cup of tea) is a painless self-hosted Git Service.112 versions - Latest release: over 3 years ago
git.openi.org.cn/openi/aiforge v1.21.8
Gitea (git with a cup of tea) is a painless self-hosted Git Service.123 versions - Latest release: over 3 years ago
github.com/gautamjethe/gautam v1.14.4 💰
Gitea (git with a cup of tea) is a painless self-hosted Git Service.123 versions - Latest release: almost 4 years ago - 1 stars on GitHub
github.com/CowellTech/gogs-0.12.3 v0.0.0-20210706063619-2ad639e54bf8
Gogs is a painless self-hosted Git Service.1 version - Latest release: almost 4 years ago - 0 stars on GitHub
go.wandrs.dev/framework v1.14.2 💰
Gitea (git with a cup of tea) is a painless self-hosted Git Service.121 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/redafd/code-core v1.13.4
Gitea (git with a cup of tea) is a painless self-hosted Git Service.114 versions - Latest release: about 4 years ago
github.com/RedAFD/code-core v1.13.4
Gitea (git with a cup of tea) is a painless self-hosted Git Service.119 versions - Latest release: about 4 years ago
github.com/rohankumardubey/gogs v0.12.3
Gogs is a painless self-hosted Git Service.56 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/shanjiantao/gogs v0.12.3
1 version - Latest release: over 4 years agogithub.com/coffeehc/gogs v0.12.3
Gogs is a painless self-hosted Git Service.56 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/bugitt/bugit v0.12.3
Gogs is a painless self-hosted Git Service.56 versions - Latest release: over 4 years ago - 1 stars on GitHub
github.com/fenicks/gogs v0.12.3
Gogs is a painless self-hosted Git Service.56 versions - Latest release: over 4 years ago
github.com/6ix-inc/gitea6ix v1.12.5
Gitea (git with a cup of tea) is a painless self-hosted Git Service.105 versions - Latest release: over 4 years ago - 0 stars on GitHub
pf4sh.eu/git/pulux/gogs v0.12.1
1 version - Latest release: over 4 years agogithub.com/jolheiser/gitea-with-sdk v1.11.3
Gitea (git with a cup of tea) is a painless self-hosted Git Service.2 versions - Latest release: about 5 years ago
github.com/rvillablanca/gitea v1.11.1
Gitea (git with a cup of tea) is a painless self-hosted Git Service.40 versions - Latest release: about 5 years ago - 0 stars on GitHub
github.com/datasdeepak/gitea v1.11.1
Gitea (git with a cup of tea) is a painless self-hosted Git Service.86 versions - Latest release: about 5 years ago - 0 stars on GitHub
github.com/jolheiser/gitea v1.999.0 💰
Gitea (git with a cup of tea) is a painless self-hosted Git Service.52 versions - Latest release: over 5 years ago - 0 stars on GitHub
github.com/sapk/gitea v1.10.3 💰
Gitea (git with a cup of tea) is a painless self-hosted Git Service.83 versions - Latest release: over 5 years ago - 1 stars on GitHub
github.com/suatfk/gitea v1.10.3
Gitea (git with a cup of tea) is a painless self-hosted Git Service.46 versions - Latest release: over 5 years ago
github.com/42School/gitea v1.10.2
Gitea (git with a cup of tea) is a painless self-hosted Git Service.81 versions - Latest release: over 5 years ago - 2 stars on GitHub
github.com/42school/gitea v1.10.2
Gitea (git with a cup of tea) is a painless self-hosted Git Service.81 versions - Latest release: over 5 years ago - 2 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.