Skip to content
Snippets Groups Projects
Commit 51eade41 authored by Robert Latta's avatar Robert Latta
Browse files

added names to the ims tasks

parent a1ca4603
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ environment.setup_logging()
logger = logging.getLogger(__name__)
@app.task(base=InventoryTask, bind=True)
@app.task(base=InventoryTask, bind=True, name='update_lg_routers_ims')
@log_task_entry_and_exit
def update_lg_routers_ims(self):
logger.debug('>>> update_lg_routers_ims')
......@@ -42,7 +42,7 @@ class OTRSFiles(IntFlag):
CUSTOMER_USERS = 2
@app.task(base=InventoryTask, bind=True)
@app.task(base=InventoryTask, bind=True, name='export_data_for_otrs')
@log_task_entry_and_exit
def export_data_for_otrs(self, files_to_export=None):
if files_to_export:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment