Podcastindex-org / podping-hivewriter

The hive writer component of podping.
MIT License
15 stars 5 forks source link

Useful to maintain a way to use the old operation_id temporarily #35

Closed brianoflondon closed 2 years ago

brianoflondon commented 2 years ago

I want to test with the new version for 3speak podpings.

To do that I need to replace the pp_podcast_update with podping.

I've made a branch to temporarily use podping : the old ID we've used from the start, when given the command line or env var:

    use_old_operation_id: Optional[bool] = typer.Option(
        False,
        "--use-old-operation-id",
        envvar="PODPING_USE_OLD_OPERATION_ID",
        help="Use the old operation_id of `podping` instead of the new `pp_` format.",
    ),
brianoflondon commented 2 years ago

Dumb idea. I'm retracting. Ignore the branch.