Dmitry Polyakovsky
Dmitry Polyakovsky
Same for the classes that inherit from base class. Let's say I want something to fire before every method call in every model. How would I add it ApplicationRecord? Same...
Is anyone having issues with Mongoid 5.1? Here is my setup. Rails 4.2.5.1 / Mongoid 5.1.1 / Mongo 2.4.14 / mongodb_logger 0.6.5. I see the development_log collection in my mongo...
I love the idea of this gem. In my config/initializers/zhong.rb I did: ``` Zhong.schedule do every 5.seconds, 'MyJob' do MyJob.perform_later end end ``` However when I run zhong I get...
Sidekiq-cron https://github.com/ondrejbartas/sidekiq-cron has a nice UI that allows to disable but also to run immediately.
Just a suggestion. I wonder if anyone else has asked about it? Pluses: - really fast, could use data structure like Redis hashes. - could use Redis TTL to expire...
Is there a way to store common job params? For example, I want to import spreadsheet with thousands of records. I convert each row into separate job and run them...
… configured for specific accounts
**The problem/use-case that the feature addresses** Current you can do MODULE LOAD and MODULE UNLOAD. LOAD takes path and UNLOAD takes name. But sometimes you want to reload the module....
Does this gem only work with ActiveRecord? I have Rails 4.1.8 with Mongoid 4.0.2 and I get uninitialized constant ExceptionLogger::ActiveRecord
**The problem/use-case that the feature addresses** Modules allow to extend core Valkey Server with special feature that do not make sense to be in the core product. But Sentinels do...