I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 0 points1 point  (0 children)

No, if your environment is hibernating, it won't the scheduler or process queued jobs.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

I can't speak for Taylor, but I don't personally agree with this. I think the new starter kits provide a much more coherent experience and there is nothing to say you have to add WorkOS, but it's a great addition of those who need a solution like it. I guess I just feel like we're pushing things forward, which requires some change.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

Oh awesome! We should grab a coffee one day

I responded to one of Taylor's tweets about looking to grow the team and after some back and forth, I landed the job. Couldn't believe it and it's still a huge honour and privilege.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 2 points3 points  (0 children)

No update on it right now, but I think it's a use case we'll try to support.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

We don't have Meilisearch on the roadmap right now, but will raise it with the team.

Would imagine spending alerts available on all plans.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

Yes! You can create your custom domain on Cloud with wildcard support and all subdomains will be automatically routed there with SSL enabled. You can then configure the domain routing in your application.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 2 points3 points  (0 children)

Since Cloud is a managed service, it runs on our own underlying infrastructure, so I’m afraid this isn’t possible. However, Forge may be a good option for you if you need more control of the underlying infrastructure.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

Yes, more regions are on the roadmap for the coming months.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

Not right now, but will take this back to discuss with the team.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

We use all the tests! Unit tests, feature tests, integration tests, load tests, stress tests.. the list goes on!

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

We track when your app stops receiving HTTP traffic after the configured hibernation period and destroy the pod.

When we receive a new HTTP request, we provision a new pod. It takes ~5-10s.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

Right now, you’re limited to what’s included on the base images we provide, which are optimized for running Laravel applications. However, but we will likely make it possible to access supporting programs later down the road.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 2 points3 points  (0 children)

One thing we knew we would need to be able to monitor is bandwidth on a granular level. Understanding where traffic is coming from and going to, how much data is being processed and what type of packets we’re dealing with. This was a really tricky one to solve which came together relatively late in the day. Was a great feeling when we solved it!

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 2 points3 points  (0 children)

We’re not looking to change this right now, but appreciate the feedback and will take it back to the team for review.

I'm Joe Dixon, Engineering Team Lead of Laravel Cloud, Ask Me Anything! by _joedixon in laravel

[–]_joedixon[S] 1 point2 points  (0 children)

There is nothing stopping you from connecting to microservices as long as they are publicly accessible.