python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to delay event processing with Apache Flink
I have a requirement to delay processing of some of the events.
eg. I have three events (Consumer Kafka):
A (id: 1, retryAt: now)
B (id: 2, retryAt: 15 minutes later)
C (id: 3, retryAt: now)
I need t...

giosefer
Votes: 0
Answers: 2
Rails 7 Delayed Job invoking an engines rake task causes Application has already been initialized
How to correctly invoke a rake task? In an engine I have a rake task and a delayed_job_active_record job. The task will run perfectly in any environment independently of the delayed_job_active_record ...

jamesc
Votes: 0
Answers: 0
Is it possible to save log of Ruby on Rails delayed job log in terminal output, instead of in delayed_job.log file?
Currently the application that I'm working on is using Ruby on Rails. The application use delayed_job.log file to log the delayed job activity. However, the application is hosted in Openshift environm...
Satria Janaka
Votes: 0
Answers: 1
Is it possible to save log of Ruby on Rails delayed job log in database, instead of in delayed_job.log file?
Currently the application that I'm working on is using Ruby on Rails. The application use delayed_job.log file to log the delayed job activity. However, the application is hosted in Openshift environm...
Satria Janaka
Votes: 0
Answers: 0