Marco Colli
                                            Marco Colli
                                        
                                    @lifejuggler Have you updated this gem for a recent version of Rails (e.g. 4 or 5)?
> ZincSearch supports S3 and MinIO for index storage. Metadata is still stored on local disk though at this time. Can you clarify what is the meaning of "index" in...
@excpt Our token is valid, it's a license key made with a jwt token and it was working in v2.3. The same jwt token should be also valid in v2.4....
> Do you use base64 with or without padding? This is how we generate the token initially: ``` token = JWT.encode payload, ecdsa_key, 'ES256' puts token ```
This is really confusing and should be fixed...
Keep open
Keep open
After a lot of investigation, I have found that the job is processed properly if I use the following initializer (instead of the initializer reported in the original post): ```...
It seems that `Sidekiq::Cron::Job.load_from_hash` works if I use the following: ``` # config/schedule.yml my_first_job: cron: "* * * * *" class: "CronWorker" ``` I guess that this gem does not...
Keep open