You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we may have settings for spiders running locally and other settings for spiders running in Scrapy Cloud (Dash).
Usually, I add a check like if 'SHUB_JOBKEY' not in os.environ:.
However it may not be the best one and , if for some reason this env is deprecated, I need to update my checks.
If would be nice to have this kind of check, not sure if in this library or somewhere else.
The text was updated successfully, but these errors were encountered:
Currently, we may have settings for spiders running locally and other settings for spiders running in Scrapy Cloud (Dash).
Usually, I add a check like
if 'SHUB_JOBKEY' not in os.environ:
.However it may not be the best one and , if for some reason this
env
is deprecated, I need to update my checks.If would be nice to have this kind of check, not sure if in this library or somewhere else.
The text was updated successfully, but these errors were encountered: