Skip to content

issues Search Results · repo:jasonlvhit/gocron language:Go

Filter by

93 results
 (63 ms)

93 results

injasonlvhit/gocron (press backspace or delete to remove)

Cron Job is running twice even if scheduled for only once a day. Using golang in a container inside docker. What could be the problem?
  • IntellixenteSolutions
  • Opened 
    on May 10, 2024
  • #177

Hi, I m trying to dockerize my project and I need to install the gocron package, but when it s building the container returns me the next error: pre no required module provides package github.com/jasonlvhit/gocron; ...
  • JoJoCoJo
  • 1
  • Opened 
    on Mar 30, 2023
  • #175

I ran into a really nasty issue with StartImmediately and .Do(). Basically the following code will behave completely un-expected: func main() { scheduler := gocron.NewScheduler(time.UTC) scheduler.Every(15 ...
  • Tigraine
  • 1
  • Opened 
    on Nov 29, 2021
  • #174

I think you should use slice instead of array
  • biningo
  • 1
  • Opened 
    on Sep 30, 2021
  • #173

Dear Contributors, I ve tested gocron to understand its behavior. I ve got obtained a result that I cannot understand. I reckon that gocron Scheduler will be stopped if I assign a value to the channel ...
  • meteoricfarm
  • 1
  • Opened 
    on Aug 25, 2021
  • #172

My task is set to execute time, but it does not take effect。 I want to execute once every minute, at 00 seconds 。So I used this method。 At。But the exection is 56 seconds。 For example, gocron.Every(1).Minute().At( ...
  • rtywei
  • 1
  • Opened 
    on Jun 11, 2021
  • #170

I want set last day of every month to exec command. I use 0 0 8 28-31 * * ,but not what I wanted Would you please tell me what I should do?
  • Soberabsurd
  • 1
  • Opened 
    on Jun 9, 2021
  • #169

Hello, I m using this method to schedule a task: // Begin job at a specific date/time t := time.Date(2019, time.November, 10, 15, 0, 0, 0, time.Local) gocron.Every(1).Hour().From( t).Do(task) My aim ...
  • antoniocapizzi95
  • 2
  • Opened 
    on Mar 23, 2021
  • #166

Every 3 seconds call function process but sometimes has delay to response, accumulating the time.. How call async function every 3 seconds? s := gocron.NewScheduler() s.Every(3).Seconds().Do(task) - ...
  • darlandieterich
  • 2
  • Opened 
    on Dec 3, 2020
  • #165

Wrote a simple code package main import ( fmt os os/signal syscall time github.com/go-co-op/gocron ) func daily() { fmt.Println( Daily , time.Now()) } func main() { s2 := gocron.NewScheduler(time.UTC) ...
  • KnBrBz
  • Opened 
    on Oct 26, 2020
  • #164
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! 
Restrict your search to the title by using the in:title qualifier.
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