Heisenberg
Heisenberg
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
I'm not sure, this was for the embeddings starter, I hadn't made any changes myself
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
So I had to cd into /.wasp/out/server and npm i commander
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Which was a requirement to deploy
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
About the commander issue, my bad I phrased that really badly. What I meant was the output at .wasp was missing the commander package
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
I'll create an issue in the future if I run into anything!
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
The starter templates and examples are really helpful, whoever worked on those did a great job 😁
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Most recent one being the commander package was missing from my wasp installation, so I had to manually install it to wasp before being able to deploy
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Pretty intuitive, ran into some issues with missing node packages etc and some installation steps were missing from the docs but I could figure those out
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Yep makes sense
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Usually with the scaling down you don't have to pay for the full month usage and comes to much lesser
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Only issue with this is that it's a little pricey for hobby projects haha
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Thanks for the quick response!
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
No description
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Oh my bad, I was editing it to set it to 1 must've messed that up. The default is zero though yes
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
but now I'm confused on how yours are haha
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
Yeah that would be better, I was confused why my jobs weren't running 😅
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
if jobs are running maybe they run even if the server is scaled down to 0?
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
I've set the min_machines_running to 1 now, and it stays up
45 replies
WWasp-lang
Created by Heisenberg on 10/3/2023 in #🙋questions
Recurring Job behavior with fly
# fly.toml app configuration file generated for ask-ai-client on 2023-10-02T19:09:06+05:30
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "ask-ai-server"
primary_region = "mia"

[build]

[http_service]
internal_port = 8043
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
# fly.toml app configuration file generated for ask-ai-client on 2023-10-02T19:09:06+05:30
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "ask-ai-server"
primary_region = "mia"

[build]

[http_service]
internal_port = 8043
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
45 replies