deta / space-docs

Documentation and guides for Deta Space
https://deta.space/docs
Other
42 stars 15 forks source link

feat: added faqs #92

Closed AyushSehrawat closed 1 year ago

AyushSehrawat commented 1 year ago

@mikBighne98 Review and let me know for any modifications. Also tell me the current limitations of space like allocated mem , size etc

SlumberDemon commented 1 year ago

Deta Space is a serverless platform so it’s not something like a long running server that handles all the requests.

I feel this is a bit of a mouthful, maybe rephrasing it might do the trick! For example: Deta space is a serverless platform therefore it can't have long running servers for handling requests.

Instead it creates a new process for each request, responds to it and then that process gets released.

Even though this is can be understood, I feel maybe it should be simplified just a little as not all people know what is meant by released or explain what is meant by it (that the resources used by the process are freed up and made available for reuse by other processes)

Because Micros are serverless compute instances with a 20-second maximum lifespan per request, they do not support websockets.

I think 20 second would be better than 20-second because the previous information uses that format, it will help the consistency!


The rest is fine, with these minor adjustments this will be a good addition to the docs!

AyushSehrawat commented 1 year ago

Even though this is can be understood, I feel maybe it should be simplified just a little as not all people know what is meant by released or explain what is meant by it (that the resources used by the process are freed up and made available for reuse by other processes)

Added "freed up" instead of released" The process stuff i handled by aws lambda and it's understandable to most. Can mention aws lambda working docs though

AyushSehrawat commented 1 year ago

@mikBighne98 Review it once and @SlumberDemon lmk if you have some faq

AyushSehrawat commented 1 year ago

@mikBighne98 Review once

AyushSehrawat commented 1 year ago

@mikBighne98 @lemonyte merge it when ?

abdelhai commented 1 year ago

@AyushSehrawat would you like to accept the review suggestions?

AyushSehrawat commented 1 year ago

@AyushSehrawat would you like to accept the review suggestions?

I will review them soon and then you can merge

AyushSehrawat commented 1 year ago

@lemonyte @abdelhai Done

abdelhai commented 1 year ago

@MaximilianHeidenreich could you please review & possibly merge

AyushSehrawat commented 1 year ago

Moved to https://github.com/deta/space-docs/pull/180