Skip to content

add run in parell via config#175

Open
shubham-shay-te wants to merge 1 commit into
masterfrom
UNA-2245
Open

add run in parell via config#175
shubham-shay-te wants to merge 1 commit into
masterfrom
UNA-2245

Conversation

@shubham-shay-te

Copy link
Copy Markdown
Collaborator

No description provided.

@sonarqubecloud

Copy link
Copy Markdown

timer = Timer(parse(initial_delay), self._run_job, kwargs={'job': job, 'frequency': frequency, 'is_run_in_parallel': is_run_in_parallel, 'params': params})
timer.daemon = True
if not is_run_in_parallel:
job_instance = self._job_class_name_to_job.get(job.__class__.__name__)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. dont stop the previus one
  2. by default make is_run_in_parallel false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants