Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Expiration changes hanging deploys #2224

@moonwell-octavius

Description

@moonwell-octavius

🐛 Bug report

Describe the bug

Hi there, we use wrangler via https://github.com/cloudflare/wrangler-action to deploy a workers-site, and our builds stopped working within the past few hours.

Diving into why I notice that wrangler 1.19.9 was just cut a few hours ago.

Built successfully, built project size is 13 KiB.

... snip ...

 Deleting stale files...
Error:  Code 10033: bulk put: 'Invalid expiration of 1647570824. Please specify integer greater than the current number of seconds since the UNIX epoch.'

This makes me think that the recent change is related. When I downgrade by setting wranglerVersion: '1.19.8' in my github actions config things work as expected.

Reproduce the bug

I suspect if you deploy a site with other assets already uploaded it'll choke, not sure we do anything special that would solicit this behavior.

Expected behavior

I expect the API not to throw an error when running wrangler to deploy my site.

Environment and versions

Fill out the following information about your environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions