Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh child process makes the Webapp to do a refresh #4264

Closed
jl4nz opened this issue Aug 19, 2024 · 2 comments
Closed

Refresh child process makes the Webapp to do a refresh #4264

jl4nz opened this issue Aug 19, 2024 · 2 comments
Assignees

Comments

@jl4nz
Copy link

jl4nz commented Aug 19, 2024

I think this commit sst/ion@ff5f835 makes webapps to do a refresh without the developer consent...

If you have something like this:

export const webapp = new sst.aws.StaticSite('Webapp', {
  dev: {
    directory: 'packages/webapp',
    command: 'quasar dev',
    autostart: true,
    url: 'http://localhost:9001',
  },
  environment,
});

Every 45 minutes the command gets called.

Copy link
Contributor

thdxr commented Aug 19, 2024

the reason we need to do this is because the credentials generated run out after 1 hour

that said static site's don't need any credentials so we can probably see if we can make this more granular

@thdxr thdxr self-assigned this Aug 19, 2024
Copy link
Contributor

thdxr commented Aug 22, 2024

should not apply to static sites in v3.0.63

@thdxr thdxr closed this as completed Aug 22, 2024
@thdxr thdxr transferred this issue from sst/ion Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants