/research

UX Research pipeline

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

UX Research

Scenario

First scenario

You have received a notification that the job "my-job" part of project "research" has failed. Could you inspect the job and see what step has failed?

Follow-up

Now that you have found the failing step, please open up the pipeline and change the file of the failing job to the PICK-ME.ipynb file.

Final

Great! Now that you have fixed the pipeline, could you fix the running job?

How to set up the scenario in Orchest

  1. Create a job with a name that matches the scenario

  2. Set recurring to every minute

  3. Set the iteration parameter to:

    [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
  4. Let the job run once, it will fail on iteration=3

  5. Edit the job and set recurring to weekly (so that we don't create many more runs).

Now the project has a job which has one failed pipeline run for the user to find and fix.