<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi</div>
<div>I have a question on</div>
<div>/rally/openstack/common/periodic_task.py</div>
<div><br>
</div>
<div>It looks like if I have a method decorated with @periodic_task my method would get scheduled in separate process every N seconds</div>
<div>Now let us say we have a scenario and this periodic_task how does it work when concurrency=2 for instance</div>
<div><br>
</div>
<div>Is the periodic task also scheduled in 2 separate process. I actually want only one periodic task process irrespective of concurrency count in scenario</div>
<div>Also as a scenario developer how can I pass arguments into the periodic task</div>
<div><br>
</div>
<div><br>
</div>
<div>Ajay</div>
<div><br>
</div>
</body>
</html>