Skip to content

issues Search Results · repo:Scalingo/go-etcd-cron language:Go

Filter by

10 results
 (57 ms)

10 results

inScalingo/go-etcd-cron (press backspace or delete to remove)

Add a new metadata for max number of runs in Job (like MaxRunCount) that will expire and auto-delete the Job after number of triggers reaches that maximum.
  • artursouza
  • 1
  • Opened 
    on Jan 26, 2024
  • #82

Add a new param to the job that will automatically delete the after some time. So, the job does not continue to trigger and also is deleted from etcd.
  • artursouza
  • 1
  • Opened 
    on Jan 25, 2024
  • #81

Add an extra param to the job (something like delay ) that allows the schedule to only start in the future. Enables scenarios like: - Trigger every second starting 30 days from now - Trigger every ...
  • artursouza
  • 1
  • Opened 
    on Jan 25, 2024
  • #80

I am running the cron_test.go tests locally and all but 2 fail due to needing etcd running locally. This should be noted somewhere so users can run the tests locally. Is there any plan to add a GH action ...
  • cicoyle
  • 1
  • Opened 
    on Jan 21, 2024
  • #78

Hello, I found the code has a goroutine leak problem: cron.go func (c *Cron) run(ctx context.Context) { ... line 256 m, err := c.etcdclient.NewMutex(fmt.Sprintf( etcd_cron/%s/%d , e.Job.canonicalName(), ...
IST
low
  • seaguest
  • 1
  • Opened 
    on Mar 23, 2022
  • #16

Hello, I am trying to run the example code below, and it starts, however I am not able to see the log.Println( Every 1 seconds from , os.Getpid()) to screen? Is there a trick to get those working? I am ...
  • smetroid
  • 3
  • Opened 
    on Oct 18, 2021
  • #12

Here in the Etcd Initialization section c, _ := clientv3.New(clientv3.Config{ Endpoints: []string{ etcd-host1:2379 , etcd-host2:2379 }, }) cron, _ := etcdcron.New(WithEtcdMutexBuilder(c)) cron.AddJob(Job{ ...
  • seaguest
  • Opened 
    on Sep 7, 2021
  • #10

Hello, I run the example code in multiple instances (go run example.go under 3 terminals), then I gor the following error: { level : warn , ts : 2021-09-07T14:18:51.008+0800 , logger : etcd-client , ...
  • seaguest
  • 2
  • Opened 
    on Sep 7, 2021
  • #9

  • brandon-welsch
  • Opened 
    on Jul 28, 2021
  • #5
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub