Artur
Artur
I haven't investigated how to do this. If you have any idea I'm happy to consider.
Hi @ramontayag, Sounds interesting been able to modify how jobs are enqueued. Right now the nice thing about the enqueue is that you do not have to think about it....
Hi @Startouf, You can review the configurations here: https://github.com/arturictus/sidekiq_alive/blob/master/lib/sidekiq_alive.rb#L10-L36 I do not know what is the configuration result with the code above. Can you inspect in a worker `Sidekiq.options` and...
After capistrano runs bundle install with the gem 'passenger' in the gem file all looks ok.
My Nginx log was: ``` [emerg] 14487#0: unknown directive "passenger_root" in /etc/nginx/conf.d/passenger.conf:1 ``` I had to run in the server: ``` apt-get install passenger ```
@michiels, Couldn't find the chef log file. where is it? I'm using solo. I should have to flag it with '--force-logger' ? That's the documentation I found: https://docs.chef.io/ctl_chef_solo.html I found...
Same as @sontek and @cjbottaro , No `src` in the installation. My VS Code extension `rust-analyzer` is not working either. ``` $ ls -a $(rustc --print sysroot)/lib/rustlib total 188K -rw-r--r--...
Thanks @amanfrinati