> Any plans or roadmap for 1.4?
>
> --
> Łukasz Mierzwa
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>
Currently only one thing:
- alarm framework, trigger an alarm (plugin-based, like mail, signal,
xmpp...) when particular log messages are spit out or via the
uwsgi.alarm("alarm_id", "message") api function
[uwsgi]
alarm = foobar1 xmpp:[email protected]/Office
alarm = foobar2 mail:[email protected]
log-alarm = foobar1,foobar2 .*DANGER cache is FULL.*
log-alarm = foobar2 ^Traceback
this will define 2 kind of alarms (foobar1 and foobar2)
Both will be triggered when the uWSGI cache is full
foobar2 will be triggered whenever a Traceback is generated.
I do not think i will add more 'big' new features in 1.4 as i want to
focus on the BlastBeat project.I really would like to have a single proxy
solution embedding cache-logic, zergpools, subscriptions and all of the
features of the various uWSGI routers as soon as possibile.
--
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi