basecamp / thruster

MIT License
911 stars 31 forks source link

Should it support page caching implemented with actionpack-page_caching? #27

Open tannakartikey opened 6 months ago

tannakartikey commented 6 months ago

Thanks for building Thruster first of all.

Since Thruster is created as no config reverse proxy, should it support page caching? The Rails apps that use page caching can be saved from a lot of moving parts.

stmpjmpr commented 1 week ago

I've noticed that if you are using page caching and call expire_page to remove a file from the page cache, the user gets a plain text 404 message when accessing that page. I assume this is being served from Thruster? If I kamal app stop and kamal app start, the page can be accessed again, and recreates the cache page.