LuminosoInsight / sales-engineering-code

Code for sales engineering, particularly for code that will be given to customers
MIT License
0 stars 0 forks source link

Reduce time interval of waiting_for_jobs() from 30 sec to 1 sec #70

Closed shiumachi closed 5 years ago

shiumachi commented 5 years ago

This PR reduces polling time in waiting_for_jobs().

30 seconds interval is too long, especially for a small project. In this PR, the interval time is changed to 1 second to improve performance.