John Roesler
John Roesler
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/brocaar/chirpstack-application-server/issues) of this repository and believe that this is not a duplicate. ## What...
Does go pg support connection fail-overs for high availability postgres with multiple instances? If not, this would be a great feature to add. Here is an example from the jdbc...
### Is your feature request related to a problem? Please describe Source: https://github.com/go-co-op/gocron/discussions/139 As a user of gocron, I would like to be able to save a scheduler when restarting...
##### Versions *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.* | Sarama | Kafka | Go | |--------|-------|----| | 1.30.1 | 2.6.2...
This will use GitHub's functionality to show the license tab in the repo
### Discussed in https://github.com/go-co-op/gocron/discussions/564 Originally posted by **FireSmack** September 10, 2023 I have a job set to run every 5 minutes: ``` s := gocron.NewScheduler(time.UTC) job, err := s.Every(5).Minutes().Do(task) if...