nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
16 stars 5 forks source link

SSOT - Jobs are in jobs.py instead of nested folder of jobs/ #121

Open jvanderaa opened 4 months ago

jvanderaa commented 4 months ago

Environment

Observed Behavior

Observed jobs.py file

Expected Behavior

Expected to be inside of jobs/ directory with the init. Providing better scalability.

Steps to Reproduce

1. 2. 3.

jdrew82 commented 1 month ago

The standard pattern for SSoT Jobs are to only have 2 and since they're so small they both fit in a single file. I think this is more about standardizing the Jobs pattern.