Skip to content

Task is not running if previous task in Process #25

@brijeshror

Description

@brijeshror

Hi

For example, there are 2 tasks in clock.rb
every(1.week, 'task_1', tz: 'Amsterdam', :at => 'Friday 01:00'){ rake tasks:task_1 }
every(1.week, 'task_2', tz: 'Amsterdam', :at => 'Friday 02:00'){ rake tasks:task_2 }

If task_1 is running till 2:00 then task_2 is not started. Let me know how to start task_2 process when task_1 is already in process.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions