Jorge Santos
Jorge Santos
I believe (but I might be wrong) it only supports time zone offsets. E.g.: `ng-model-options="{timezone: 'UTC+02:00'}` I'm having some trouble with this as it's not super accurate for things like...
How often are you running this set of commands? I see you're using the bang (!) method, and from the [docs](https://github.com/ondrejbartas/sidekiq-cron#adding-cron-job): > Bang-suffixed methods will remove jobs that are not...
> No i run this command only one time. I know I know that restarting deletes jobs with the same name. On web UI admin I see jobs, and I...
@siaw23 Yup, now it seems to be working. Although this might have only been an initial URL from the service (it doesn't look very serious, right? 😅), the current project...
I'm currently using Rails 5.2.3. I'll keep investigating this and will let you know if I can isolate the reason why this is happening. This is not happening all the...
Any tips on this?
@fpoli Got it! Thanks for your confirmation! I'm also bumping into an API error when I have "assignees" mapped to certain PR's that are not on the repository anymore (e.g....
I was using monit for this, but the solution isn't encouraged by sidekiq's author anymore, with proper reasons behind it. I'm currently moving into `systemd` (more info [here](https://github.com/mperham/sidekiq/wiki/Deployment#running-your-own-process)). > If...
@aesyondu Yeah, I've also tweaked my rake task to properly handle multiple processes with systemd. Let me paste it here: ```ruby # lib/capistrano/tasks/sidekiq.rake namespace :load do task :defaults do set...
@metaskills I've experienced something similar: https://github.com/metaskills/minitest-spec-rails/pull/105#issuecomment-864950981