Skip to content
Jonathan Meyer edited this page Jun 22, 2018 · 47 revisions

This is a scratch space for random things, such as a temporary TODO list! :)

Remaining Seed work: 2018-06-22 20:54:23 ERROR [messaging.manager(123)] Message threw exception Traceback (most recent call last): File "/opt/scale/messaging/manager.py", line 121, in _process_message success = command.execute() File "/opt/scale/recipe/messages/update_recipes.py", line 177, in execute jobs_with_input = handler.get_jobs_ready_for_input() File "/opt/scale/recipe/handlers/handler.py", line 160, in get_jobs_ready_for_input job_input = node.create_job_data(job.get_job_interface(), self._data, job_outputs) File "/opt/scale/recipe/handlers/node.py", line 81, in create_job_data input_connection.add_input_to_job_data(job_data, recipe_data, parent_results) File "/opt/scale/recipe/handlers/connection.py", line 82, in add_input_to_job_data parent_results.add_output_to_data(self.output_name, job_data, self.input_name) File "/opt/scale/job/seed/results/job_results.py", line 80, in add_output_to_data output = self.files[output_name] KeyError: u'OUTPUT_FILE'

The following file can be used to import my postman collection for testing: https://gist.github.com/gisjedi/c26761e24f2ae3144bd186c6242737d1

Clone this wiki locally