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

Docs on cache busting #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

linas-deliveroo
Copy link

No description provided.

@nudgebot-stable
Copy link

Notifying user smnalex (Slack username alexandru.simion) on Slack of PR request

cache.bust(url)
```

Note that the URL has to match exactly. For example, `/` suffix would need to be busted separately.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean we'd have to do both

/rider_applications/create_fountain_application

AND

rider_applications/create_fountain_application

?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it means you might need https://rider-domain.deliveroo.net/ as well as https://rider-domain.deliveroo.net depending on what your code does. Unlikely though.

Copy link

@pd8 pd8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants