goose icon indicating copy to clipboard operation
goose copied to clipboard

Scheduling existing recipes - missing deeplink and creates duplicate recipe

Open angiejones opened this issue 1 month ago • 3 comments

Bug Description

When a user presses the Schedule button on an existing recipe in the desktop app (v1.11.0), two problems occur:

Issue 1: Recipe Deeplink Not Auto-Populated

The scheduler dialog is not auto-populated with the recipe's deeplink, requiring the user to manually fill in the recipe path/URL.

Expected behavior: The recipe deeplink should be automatically populated in the scheduler when scheduling an existing recipe.

Actual behavior: The recipe field is empty and must be filled in manually.

Issue 2: Duplicate Recipe Created

Once the recipe is scheduled, a duplicate version of the existing recipe is created in the Recipe view.

Expected behavior: Scheduling an existing recipe should not create a duplicate entry in the Recipe view.

Actual behavior: A duplicate recipe entry appears in the Recipe view after scheduling.

Environment

  • Goose Version: 1.11.0
  • Platform: Desktop app

Steps to Reproduce

  1. Open the desktop app
  2. Navigate to an existing recipe in the Recipe view
  3. Click the "Schedule" button on the recipe
  4. Observe that the recipe deeplink is not pre-filled in the scheduler dialog
  5. Fill in the schedule details and create the scheduled job
  6. Return to the Recipe view
  7. Observe that a duplicate of the recipe now appears

Impact

  • Users must manually enter recipe information that should be automatically populated
  • Recipe view becomes cluttered with duplicate entries
  • Poor user experience when scheduling recipes

angiejones avatar Oct 26 '25 19:10 angiejones

@amed-xyz might have fixed this on main

zanesq avatar Oct 27 '25 17:10 zanesq

reverting this feature would also be an option

DOsinga avatar Oct 28 '25 12:10 DOsinga

Issue 1 was fixed by https://github.com/block/goose/pull/5290 Issue 2 is going to be fixed by https://github.com/block/goose/pull/5513 once merged

amed-xyz avatar Oct 31 '25 20:10 amed-xyz